#6D7CD0

Color #6D7CD0 Wild Blue Yonder (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Wild Blue Yonder #6D7CD0

Tints of Wild Blue Yonder #6D7CD0

Color information

#6D7CD0 (or 0x6D7CD0) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 7C and D0. RGB value is (109,124,208). Sum of RGB (Red+Green+Blue) = 109+124+208=441 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.72% from 441); Green value is 124 (48.83% from 255 or 28.12% from 441); Blue value is 208 (81.64% from 255 or 47.17% from 441); Max value from RGB is 208 - color contains mainly: blue. Hex color #6D7CD0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7CD0 is #92832F. Grayscale: #808080. Windows color (decimal): -9601840 or 13663341. OLE color: 13663341.

HSL color Cylindrical-coordinate representation of color #6D7CD0: hue angle of 230.91º degrees, saturation: 0.51, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6D7CD0 is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB109124208-
CMYK0.480.4000.18
HSL230.91º51.3%62.16%-
HSV(B)230.91º47.6%81.57%-
XYZ24.922.2262.65-
YUV129.09172.53113.67-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 109 (42.97% from 255) = 24.72%
GREEN value IS 124 (48.83% from 255) = 28.12%
BLUE value IS 208 (81.64% from 255) = 47.17%
R=24.72%
G=28.12%
B=47.17%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal1091242080.480.4000.18230.9151.362.16
Hex6D7CD03028012e7333e
Octal15517432060500223476376
Binary110110111111001101000011000010100001001011100111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7CD0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6D7CD0; }

 p { color: rgb(109,124,208); }

 H1.HeaderClassName
 {
   color: #6D7CD0;
 }
 .AnyTagClassName
 {
   color: #6D7CD0;
 }
</style>
background-color css

<style>
 a { background-color: #6D7CD0; }

 a { background-color: rgb(109,124,208); }

 div.DivClassName
 {
   background-color: #6D7CD0;
 }
 .BgClassName
 {
   background-color: #6D7CD0;
 }
</style>
border-color css

<style>
 span { border-color: #6D7CD0; }

 span { border-color: rgb(109,124,208); }

 td.TdClassName
 {
   border-color: #6D7CD0;
 }
 .TagClassName
 {
   border-color: #6D7CD0;
 }
</style>