#6F7DCD

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

Shades of Wild Blue Yonder #6F7DCD

Tints of Wild Blue Yonder #6F7DCD

Color information

#6F7DCD (or 0x6F7DCD) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 7D and CD. RGB value is (111,125,205). Sum of RGB (Red+Green+Blue) = 111+125+205=441 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.17% from 441); Green value is 125 (49.22% from 255 or 28.34% from 441); Blue value is 205 (80.47% from 255 or 46.49% from 441); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F7DCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F7DCD is #908232. Grayscale: #818181. Windows color (decimal): -9470515 or 13466991. OLE color: 13466991.

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

Color convert

RGB111125205-
CMYK0.460.3900.20
HSL231.06º48.45%61.96%-
HSV(B)231.06º45.85%80.39%-
XYZ24.9122.4560.78-
YUV129.93170.36114.5-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 25.17%
GREEN value IS 125 (49.22% from 255) = 28.34%
BLUE value IS 205 (80.47% from 255) = 46.49%
R=25.17%
G=28.34%
B=46.49%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.39
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111252050.460.3900.20231.0648.4561.96
Hex6F7DCD2E27014e7303e
Octal15717531556470243476076
Binary110111111111011100110110111010011101010011100111110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F7DCD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,125,205); }

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

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

 a { background-color: rgb(111,125,205); }

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

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

 span { border-color: rgb(111,125,205); }

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