Html Css Color HEX #6F8BBA Wild Blue Yonder

📋 copy color: '#6F8BBA'

red 111 ◦ green 139 ◦ blue 186

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

Shades of Wild Blue Yonder #6F8BBA

Tints of Wild Blue Yonder #6F8BBA

RGB

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

 GREEN value IS 139 (54.69% from 255) = 31.88%

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

R = 25.46%
G = 31.88%
B = 42.66%

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

#6F8BBA (or 0x6F8BBA) is known color: Wild Blue Yonder. HEX triplet: 6F, 8B and BA. RGB value is (111,139,186). Sum of RGB (Red+Green+Blue) = 111+139+186=436 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.46% from 436); Green value is 139 (54.69% from 255 or 31.88% from 436); Blue value is 186 (73.05% from 255 or 42.66% from 436); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F8BBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8BBA is #907445. Grayscale: #878787. Windows color (decimal): -9466950 or 12225391. OLE color: 12225391.

HSL color Cylindrical-coordinate representation of color #6F8BBA: hue angle of 217.6º 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 #6F8BBA is Cyan = 0.40, Magento = 0.25, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 111 139 186 -
CMYK 0.40 0.25 0 0.27
HSL 217.6º 0.35% 0.58% -
HSV(B) 217.6º 0.4% 0.73% -
XYZ 24.65 25.39 50.06 -
YUV 135.99 156.22 110.18 -
System Red Green Blue C M Y K H S L
Decimal 111 139 186 0.40 0.25 0 0.27 217.6 0.35 0.58
Hex 6F 8B BA 28 19 0 1B DA 23 3A
Octal 157 213 272 50 31 0 33 332 43 72
Binary 1101111 10001011 10111010 101000 11001 0 11011 11011010 100011 111010

Color Harmonies of #6F8BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8BBA

Black with #6F8BBA

Text Example


Text Example

White with #6F8BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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