Html Css Color HEX #6F8CBA Wild Blue Yonder

📋 copy color: '#6F8CBA'

red 111 ◦ green 140 ◦ blue 186

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

Shades of Wild Blue Yonder #6F8CBA

Tints of Wild Blue Yonder #6F8CBA

RGB

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

 GREEN value IS 140 (55.08% from 255) = 32.04%

 BLUE value IS 186 (73.05% from 255) = 42.56%

R = 25.4%
G = 32.04%
B = 42.56%

CMYK

 C value IS 0.40

 M value IS 0.25

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F8CBA (or 0x6F8CBA) is known color: Wild Blue Yonder. HEX triplet: 6F, 8C and BA. RGB value is (111,140,186). Sum of RGB (Red+Green+Blue) = 111+140+186=437 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.40% from 437); Green value is 140 (55.08% from 255 or 32.04% from 437); Blue value is 186 (73.05% from 255 or 42.56% from 437); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F8CBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8CBA is #907345. Grayscale: #888888. Windows color (decimal): -9466694 or 12225647. OLE color: 12225647.

HSL color Cylindrical-coordinate representation of color #6F8CBA: hue angle of 216.8º degrees, saturation: 0.35, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6F8CBA is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 140 186 -
CMYK 0.40 0.25 0 0.27
HSL 216.8º 0.35% 0.58% -
HSV(B) 216.8º 0.4% 0.73% -
XYZ 24.8 25.68 50.1 -
YUV 136.57 155.89 109.76 -
System Red Green Blue C M Y K H S L
Decimal 111 140 186 0.40 0.25 0 0.27 216.8 0.35 0.58
Hex 6F 8C BA 28 19 0 1B D9 23 3A
Octal 157 214 272 50 31 0 33 331 43 72
Binary 1101111 10001100 10111010 101000 11001 0 11011 11011001 100011 111010

Color Harmonies of #6F8CBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8CBA

Black with #6F8CBA

Text Example


Text Example

White with #6F8CBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,140,186); }

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

background-color css

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

 a { background-color: rgb(111,140,186); }

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

border-color css

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

 span { border-color: rgb(111,140,186); }

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