Html Css Color HEX #6F8AC9 Wild Blue Yonder

📋 copy color: '#6F8AC9'

red 111 ◦ green 138 ◦ blue 201

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

Shades of Wild Blue Yonder #6F8AC9

Tints of Wild Blue Yonder #6F8AC9

RGB

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

 GREEN value IS 138 (54.3% from 255) = 30.67%

 BLUE value IS 201 (78.91% from 255) = 44.67%

R = 24.67%
G = 30.67%
B = 44.67%

CMYK

 C value IS 0.45

 M value IS 0.31

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6F8AC9 (or 0x6F8AC9) is known color: Wild Blue Yonder. HEX triplet: 6F, 8A and C9. RGB value is (111,138,201). Sum of RGB (Red+Green+Blue) = 111+138+201=450 (59% of max value = 765). Red value is 111 (43.75% from 255 or 24.67% from 450); Green value is 138 (54.30% from 255 or 30.67% from 450); Blue value is 201 (78.91% from 255 or 44.67% from 450); Max value from RGB is 201 - color contains mainly: blue. Hex color #6F8AC9 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8AC9 is #907536. Grayscale: #888888. Windows color (decimal): -9467191 or 13208175. OLE color: 13208175.

HSL color Cylindrical-coordinate representation of color #6F8AC9: hue angle of 222º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6F8AC9 is Cyan = 0.45, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 138 201 -
CMYK 0.45 0.31 0 0.21
HSL 222º 0.45% 0.61% -
HSV(B) 222º 0.45% 0.79% -
XYZ 26.19 25.77 58.85 -
YUV 137.11 164.05 109.38 -
System Red Green Blue C M Y K H S L
Decimal 111 138 201 0.45 0.31 0 0.21 222 0.45 0.61
Hex 6F 8A C9 2D 1F 0 15 DE 2D 3D
Octal 157 212 311 55 37 0 25 336 55 75
Binary 1101111 10001010 11001001 101101 11111 0 10101 11011110 101101 111101

Color Harmonies of #6F8AC9

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8AC9

Black with #6F8AC9

Text Example


Text Example

White with #6F8AC9

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,138,201); }

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

background-color css

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

 a { background-color: rgb(111,138,201); }

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

border-color css

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

 span { border-color: rgb(111,138,201); }

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