Html Css Color HEX #6F81B4 Wild Blue Yonder

📋 copy color: '#6F81B4'

red 111 ◦ green 129 ◦ blue 180

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

Shades of Wild Blue Yonder #6F81B4

Tints of Wild Blue Yonder #6F81B4

RGB

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

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

 BLUE value IS 180 (70.7% from 255) = 42.86%

R = 26.43%
G = 30.71%
B = 42.86%

CMYK

 C value IS 0.38

 M value IS 0.28

 Y value IS 0

 K value IS 0.29

RGB Variations

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

Color information

#6F81B4 (or 0x6F81B4) is known color: Wild Blue Yonder. HEX triplet: 6F, 81 and B4. RGB value is (111,129,180). Sum of RGB (Red+Green+Blue) = 111+129+180=420 (55% of max value = 765). Red value is 111 (43.75% from 255 or 26.43% from 420); Green value is 129 (50.78% from 255 or 30.71% from 420); Blue value is 180 (70.70% from 255 or 42.86% from 420); Max value from RGB is 180 - color contains mainly: blue. Hex color #6F81B4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F81B4 is #907E4B. Grayscale: #818181. Windows color (decimal): -9469516 or 11829615. OLE color: 11829615.

HSL color Cylindrical-coordinate representation of color #6F81B4: hue angle of 224.35º degrees, saturation: 0.32, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.71% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #6F81B4 is Cyan = 0.38, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.29.

Color convert

RGB 111 129 180 -
CMYK 0.38 0.28 0 0.29
HSL 224.35º 0.32% 0.57% -
HSV(B) 224.35º 0.38% 0.71% -
XYZ 22.64 22.38 46.31 -
YUV 129.43 156.54 114.85 -
System Red Green Blue C M Y K H S L
Decimal 111 129 180 0.38 0.28 0 0.29 224.35 0.32 0.57
Hex 6F 81 B4 26 1C 0 1D E0 20 39
Octal 157 201 264 46 34 0 35 340 40 71
Binary 1101111 10000001 10110100 100110 11100 0 11101 11100000 100000 111001

Color Harmonies of #6F81B4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F81B4

Black with #6F81B4

Text Example


Text Example

White with #6F81B4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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