Html Css Color HEX #6F8ECC Wild Blue Yonder

📋 copy color: '#6F8ECC'

red 111 ◦ green 142 ◦ blue 204

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

Shades of Wild Blue Yonder #6F8ECC

Tints of Wild Blue Yonder #6F8ECC

RGB

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

 GREEN value IS 142 (55.86% from 255) = 31.07%

 BLUE value IS 204 (80.08% from 255) = 44.64%

R = 24.29%
G = 31.07%
B = 44.64%

CMYK

 C value IS 0.46

 M value IS 0.30

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6F8ECC (or 0x6F8ECC) is known color: Wild Blue Yonder. HEX triplet: 6F, 8E and CC. RGB value is (111,142,204). Sum of RGB (Red+Green+Blue) = 111+142+204=457 (60% of max value = 765). Red value is 111 (43.75% from 255 or 24.29% from 457); Green value is 142 (55.86% from 255 or 31.07% from 457); Blue value is 204 (80.08% from 255 or 44.64% from 457); Max value from RGB is 204 - color contains mainly: blue. Hex color #6F8ECC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8ECC is #907133. Grayscale: #8B8B8B. Windows color (decimal): -9466164 or 13405807. OLE color: 13405807.

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

Color convert

RGB 111 142 204 -
CMYK 0.46 0.30 0 0.2
HSL 220º 0.48% 0.62% -
HSV(B) 220º 0.46% 0.8% -
XYZ 27.13 27.09 60.92 -
YUV 139.8 164.23 107.46 -
System Red Green Blue C M Y K H S L
Decimal 111 142 204 0.46 0.30 0 0.2 220 0.48 0.62
Hex 6F 8E CC 2E 1E 0 14 DC 30 3E
Octal 157 216 314 56 36 0 24 334 60 76
Binary 1101111 10001110 11001100 101110 11110 0 10100 11011100 110000 111110

Color Harmonies of #6F8ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8ECC

Black with #6F8ECC

Text Example


Text Example

White with #6F8ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,142,204); }

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

background-color css

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

 a { background-color: rgb(111,142,204); }

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

border-color css

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

 span { border-color: rgb(111,142,204); }

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