#6F84CD

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

Shades of Wild Blue Yonder #6F84CD

Tints of Wild Blue Yonder #6F84CD

Color information

#6F84CD (or 0x6F84CD) is unknown color: approx Wild Blue Yonder. HEX triplet: 6F, 84 and CD. RGB value is (111,132,205). Sum of RGB (Red+Green+Blue) = 111+132+205=448 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.78% from 448); Green value is 132 (51.95% from 255 or 29.46% from 448); Blue value is 205 (80.47% from 255 or 45.76% from 448); Max value from RGB is 205 - color contains mainly: blue. Hex color #6F84CD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F84CD is #907B32. Grayscale: #858585. Windows color (decimal): -9468723 or 13468783. OLE color: 13468783.

HSL color Cylindrical-coordinate representation of color #6F84CD: hue angle of 226.6º 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 #6F84CD is Cyan = 0.46, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB111132205-
CMYK0.460.3600.20
HSL226.6º48.45%61.96%-
HSV(B)226.6º45.85%80.39%-
XYZ25.8324.2961.08-
YUV134.04168.04111.56-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 24.78%
GREEN value IS 132 (51.95% from 255) = 29.46%
BLUE value IS 205 (80.47% from 255) = 45.76%
R=24.78%
G=29.46%
B=45.76%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.36
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal1111322050.460.3600.20226.648.4561.96
Hex6F84CD2E24014e3303e
Octal15720431556440243436076
Binary1101111100001001100110110111010010001010011100011110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6F84CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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