Html Css Color HEX #6F81CB Wild Blue Yonder

📋 copy color: '#6F81CB'

red 111 ◦ green 129 ◦ blue 203

#6F81CB
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Wild Blue Yonder #6F81CB

Tints of Wild Blue Yonder #6F81CB

RGB

 RED value IS 111 (43.75% from 255) = 25.06%

 GREEN value IS 129 (50.78% from 255) = 29.12%

 BLUE value IS 203 (79.69% from 255) = 45.82%

R = 25.06%
G = 29.12%
B = 45.82%

CMYK

 C value IS 0.45

 M value IS 0.36

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6F81CB (or 0x6F81CB) is known color: Wild Blue Yonder. HEX triplet: 6F, 81 and CB. RGB value is (111,129,203). Sum of RGB (Red+Green+Blue) = 111+129+203=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 129 (50.78% from 255 or 29.12% from 443); Blue value is 203 (79.69% from 255 or 45.82% from 443); Max value from RGB is 203 - color contains mainly: blue. Hex color #6F81CB is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F81CB is #907E34. Grayscale: #838383. Windows color (decimal): -9469493 or 13336943. OLE color: 13336943.

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

Color convert

RGB 111 129 203 -
CMYK 0.45 0.36 0 0.20
HSL 228.26º 0.47% 0.62% -
HSV(B) 228.26º 0.45% 0.8% -
XYZ 25.19 23.39 59.69 -
YUV 132.05 168.04 112.98 -
System Red Green Blue C M Y K H S L
Decimal 111 129 203 0.45 0.36 0 0.20 228.26 0.47 0.62
Hex 6F 81 CB 2D 24 0 14 E4 2F 3E
Octal 157 201 313 55 44 0 24 344 57 76
Binary 1101111 10000001 11001011 101101 100100 0 10100 11100100 101111 111110

Color Harmonies of #6F81CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F81CB

Black with #6F81CB

Text Example


Text Example

White with #6F81CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,129,203); }

 H1.HeaderClassName
 {
   color: #6F81CB;
 }
 .AnyTagClassName
 {
   color: #6F81CB;
 }
</style>

background-color css

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

 a { background-color: rgb(111,129,203); }

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

border-color css

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

 span { border-color: rgb(111,129,203); }

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