Html Css Color HEX #6F8ACE Wild Blue Yonder

📋 copy color: '#6F8ACE'

red 111 ◦ green 138 ◦ blue 206

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

Shades of Wild Blue Yonder #6F8ACE

Tints of Wild Blue Yonder #6F8ACE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 45.27%

R = 24.4%
G = 30.33%
B = 45.27%

CMYK

 C value IS 0.46

 M value IS 0.33

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6F8ACE (or 0x6F8ACE) is known color: Wild Blue Yonder. HEX triplet: 6F, 8A and CE. RGB value is (111,138,206). Sum of RGB (Red+Green+Blue) = 111+138+206=455 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.40% from 455); Green value is 138 (54.30% from 255 or 30.33% from 455); Blue value is 206 (80.86% from 255 or 45.27% from 455); Max value from RGB is 206 - color contains mainly: blue. Hex color #6F8ACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8ACE is #907531. Grayscale: #898989. Windows color (decimal): -9467186 or 13535855. OLE color: 13535855.

HSL color Cylindrical-coordinate representation of color #6F8ACE: hue angle of 222.95º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6F8ACE is Cyan = 0.46, Magento = 0.33, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 111 138 206 -
CMYK 0.46 0.33 0 0.19
HSL 222.95º 0.49% 0.62% -
HSV(B) 222.95º 0.46% 0.81% -
XYZ 26.78 26.01 62 -
YUV 137.68 166.55 108.97 -
System Red Green Blue C M Y K H S L
Decimal 111 138 206 0.46 0.33 0 0.19 222.95 0.49 0.62
Hex 6F 8A CE 2E 21 0 13 DF 31 3E
Octal 157 212 316 56 41 0 23 337 61 76
Binary 1101111 10001010 11001110 101110 100001 0 10011 11011111 110001 111110

Color Harmonies of #6F8ACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8ACE

Black with #6F8ACE

Text Example


Text Example

White with #6F8ACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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