Html Css Color HEX #6F8DBA Wild Blue Yonder

📋 copy color: '#6F8DBA'

red 111 ◦ green 141 ◦ blue 186

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

Shades of Wild Blue Yonder #6F8DBA

Tints of Wild Blue Yonder #6F8DBA

RGB

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

 GREEN value IS 141 (55.47% from 255) = 32.19%

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

R = 25.34%
G = 32.19%
B = 42.47%

CMYK

 C value IS 0.40

 M value IS 0.24

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6F8DBA (or 0x6F8DBA) is known color: Wild Blue Yonder. HEX triplet: 6F, 8D and BA. RGB value is (111,141,186). Sum of RGB (Red+Green+Blue) = 111+141+186=438 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.34% from 438); Green value is 141 (55.47% from 255 or 32.19% from 438); Blue value is 186 (73.05% from 255 or 42.47% from 438); Max value from RGB is 186 - color contains mainly: blue. Hex color #6F8DBA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8DBA is #907245. Grayscale: #888888. Windows color (decimal): -9466438 or 12225903. OLE color: 12225903.

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

Color convert

RGB 111 141 186 -
CMYK 0.40 0.24 0 0.27
HSL 216º 0.35% 0.58% -
HSV(B) 216º 0.4% 0.73% -
XYZ 24.94 25.97 50.15 -
YUV 137.16 155.56 109.34 -
System Red Green Blue C M Y K H S L
Decimal 111 141 186 0.40 0.24 0 0.27 216 0.35 0.58
Hex 6F 8D BA 28 18 0 1B D8 23 3A
Octal 157 215 272 50 30 0 33 330 43 72
Binary 1101111 10001101 10111010 101000 11000 0 11011 11011000 100011 111010

Color Harmonies of #6F8DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8DBA

Black with #6F8DBA

Text Example


Text Example

White with #6F8DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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