#6D7DCC

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

Shades of Wild Blue Yonder #6D7DCC

Tints of Wild Blue Yonder #6D7DCC

Color information

#6D7DCC (or 0x6D7DCC) is unknown color: approx Wild Blue Yonder. HEX triplet: 6D, 7D and CC. RGB value is (109,125,204). Sum of RGB (Red+Green+Blue) = 109+125+204=438 (58% of max value = 765). Red value is 109 (42.97% from 255 or 24.89% from 438); Green value is 125 (49.22% from 255 or 28.54% from 438); Blue value is 204 (80.08% from 255 or 46.58% from 438); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D7DCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D7DCC is #928233. Grayscale: #808080. Windows color (decimal): -9601588 or 13401453. OLE color: 13401453.

HSL color Cylindrical-coordinate representation of color #6D7DCC: hue angle of 229.89º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D7DCC is Cyan = 0.47, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB109125204-
CMYK0.470.3900.2
HSL229.89º48.22%61.37%-
HSV(B)229.89º46.57%80%-
XYZ24.5422.2860.13-
YUV129.22170.2113.58-

RGB Variations

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

RGB

RED value IS 109 (42.97% from 255) = 24.89%
GREEN value IS 125 (49.22% from 255) = 28.54%
BLUE value IS 204 (80.08% from 255) = 46.58%
R=24.89%
G=28.54%
B=46.58%

CMYK

C (Cyan) values IS 0.47
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1091252040.470.3900.2229.8948.2261.37
Hex6D7DCC2F27014e6303d
Octal15517531457470243466075
Binary110110111111011100110010111110011101010011100110110000111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6D7DCC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(109,125,204); }

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

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

 a { background-color: rgb(109,125,204); }

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

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

 span { border-color: rgb(109,125,204); }

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