#6C7CD6

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

Shades of Wild Blue Yonder #6C7CD6

Tints of Wild Blue Yonder #6C7CD6

Color information

#6C7CD6 (or 0x6C7CD6) is unknown color: approx Wild Blue Yonder. HEX triplet: 6C, 7C and D6. RGB value is (108,124,214). Sum of RGB (Red+Green+Blue) = 108+124+214=446 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.22% from 446); Green value is 124 (48.83% from 255 or 27.80% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 214 - color contains mainly: blue. Hex color #6C7CD6 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C7CD6 is #938329. Grayscale: #818181. Windows color (decimal): -9667370 or 14056556. OLE color: 14056556.

HSL color Cylindrical-coordinate representation of color #6C7CD6: hue angle of 230.94º degrees, saturation: 0.56, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6C7CD6 is Cyan = 0.50, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB108124214-
CMYK0.500.4200.16
HSL230.94º56.38%63.14%-
HSV(B)230.94º49.53%83.92%-
XYZ25.5322.4666.61-
YUV129.48175.7112.68-

RGB Variations

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

RGB

RED value IS 108 (42.58% from 255) = 24.22%
GREEN value IS 124 (48.83% from 255) = 27.80%
BLUE value IS 214 (83.98% from 255) = 47.98%
R=24.22%
G=27.80%
B=47.98%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.42
Y (Yellow) values IS 0
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal1081242140.500.4200.16230.9456.3863.14
Hex6C7CD6322A010e7383f
Octal15417432662520203477077
Binary110110011111001101011011001010101001000011100111111000111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6C7CD6

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(108,124,214); }

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

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

 a { background-color: rgb(108,124,214); }

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

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

 span { border-color: rgb(108,124,214); }

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