Html Css Color HEX #6F8CB7 Wild Blue Yonder

📋 copy color: '#6F8CB7'

red 111 ◦ green 140 ◦ blue 183

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

Shades of Wild Blue Yonder #6F8CB7

Tints of Wild Blue Yonder #6F8CB7

RGB

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

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

 BLUE value IS 183 (71.88% from 255) = 42.17%

R = 25.58%
G = 32.26%
B = 42.17%

CMYK

 C value IS 0.39

 M value IS 0.23

 Y value IS 0

 K value IS 0.28

RGB Variations

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

Color information

#6F8CB7 (or 0x6F8CB7) is known color: Wild Blue Yonder. HEX triplet: 6F, 8C and B7. RGB value is (111,140,183). Sum of RGB (Red+Green+Blue) = 111+140+183=434 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.58% from 434); Green value is 140 (55.08% from 255 or 32.26% from 434); Blue value is 183 (71.88% from 255 or 42.17% from 434); Max value from RGB is 183 - color contains mainly: blue. Hex color #6F8CB7 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F8CB7 is #907348. Grayscale: #888888. Windows color (decimal): -9466697 or 12029039. OLE color: 12029039.

HSL color Cylindrical-coordinate representation of color #6F8CB7: hue angle of 215.83º degrees, saturation: 0.33, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.72% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #6F8CB7 is Cyan = 0.39, Magento = 0.23, Yellow = 0 and Black (K on CMYK) = 0.28.

Color convert

RGB 111 140 183 -
CMYK 0.39 0.23 0 0.28
HSL 215.83º 0.33% 0.58% -
HSV(B) 215.83º 0.39% 0.72% -
XYZ 24.48 25.55 48.44 -
YUV 136.23 154.39 110 -
System Red Green Blue C M Y K H S L
Decimal 111 140 183 0.39 0.23 0 0.28 215.83 0.33 0.58
Hex 6F 8C B7 27 17 0 1C D8 21 3A
Octal 157 214 267 47 27 0 34 330 41 72
Binary 1101111 10001100 10110111 100111 10111 0 11100 11011000 100001 111010

Color Harmonies of #6F8CB7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F8CB7

Black with #6F8CB7

Text Example


Text Example

White with #6F8CB7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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