Html Css Color HEX #6F8DBF Wild Blue Yonder

📋 copy color: '#6F8DBF'

red 111 ◦ green 141 ◦ blue 191

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

Shades of Wild Blue Yonder #6F8DBF

Tints of Wild Blue Yonder #6F8DBF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 43.12%

R = 25.06%
G = 31.83%
B = 43.12%

CMYK

 C value IS 0.42

 M value IS 0.26

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6F8DBF (or 0x6F8DBF) is known color: Wild Blue Yonder. HEX triplet: 6F, 8D and BF. RGB value is (111,141,191). Sum of RGB (Red+Green+Blue) = 111+141+191=443 (58% of max value = 765). Red value is 111 (43.75% from 255 or 25.06% from 443); Green value is 141 (55.47% from 255 or 31.83% from 443); Blue value is 191 (75% from 255 or 43.12% from 443); Max value from RGB is 191 - color contains mainly: blue. Hex color #6F8DBF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8DBF is #907240. Grayscale: #898989. Windows color (decimal): -9466433 or 12553583. OLE color: 12553583.

HSL color Cylindrical-coordinate representation of color #6F8DBF: hue angle of 217.5º degrees, saturation: 0.38, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #6F8DBF is Cyan = 0.42, Magento = 0.26, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 111 141 191 -
CMYK 0.42 0.26 0 0.25
HSL 217.5º 0.38% 0.59% -
HSV(B) 217.5º 0.42% 0.75% -
XYZ 25.48 26.19 53 -
YUV 137.73 158.06 108.93 -
System Red Green Blue C M Y K H S L
Decimal 111 141 191 0.42 0.26 0 0.25 217.5 0.38 0.59
Hex 6F 8D BF 2A 1A 0 19 DA 26 3B
Octal 157 215 277 52 32 0 31 332 46 73
Binary 1101111 10001101 10111111 101010 11010 0 11001 11011010 100110 111011

Color Harmonies of #6F8DBF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8DBF

Black with #6F8DBF

Text Example


Text Example

White with #6F8DBF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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