Html Css Color HEX #6F85BC Wild Blue Yonder

📋 copy color: '#6F85BC'

red 111 ◦ green 133 ◦ blue 188

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

Shades of Wild Blue Yonder #6F85BC

Tints of Wild Blue Yonder #6F85BC

RGB

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

 GREEN value IS 133 (52.34% from 255) = 30.79%

 BLUE value IS 188 (73.83% from 255) = 43.52%

R = 25.69%
G = 30.79%
B = 43.52%

CMYK

 C value IS 0.41

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6F85BC (or 0x6F85BC) is known color: Wild Blue Yonder. HEX triplet: 6F, 85 and BC. RGB value is (111,133,188). Sum of RGB (Red+Green+Blue) = 111+133+188=432 (57% of max value = 765). Red value is 111 (43.75% from 255 or 25.69% from 432); Green value is 133 (52.34% from 255 or 30.79% from 432); Blue value is 188 (73.83% from 255 or 43.52% from 432); Max value from RGB is 188 - color contains mainly: blue. Hex color #6F85BC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6F85BC is #907A43. Grayscale: #848484. Windows color (decimal): -9468484 or 12354927. OLE color: 12354927.

HSL color Cylindrical-coordinate representation of color #6F85BC: hue angle of 222.86º degrees, saturation: 0.36, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6F85BC is Cyan = 0.41, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 111 133 188 -
CMYK 0.41 0.29 0 0.26
HSL 222.86º 0.36% 0.59% -
HSV(B) 222.86º 0.41% 0.74% -
XYZ 24.02 23.79 50.9 -
YUV 132.69 159.21 112.53 -
System Red Green Blue C M Y K H S L
Decimal 111 133 188 0.41 0.29 0 0.26 222.86 0.36 0.59
Hex 6F 85 BC 29 1D 0 1A DF 24 3B
Octal 157 205 274 51 35 0 32 337 44 73
Binary 1101111 10000101 10111100 101001 11101 0 11010 11011111 100100 111011

Color Harmonies of #6F85BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F85BC

Black with #6F85BC

Text Example


Text Example

White with #6F85BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,133,188); }

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

background-color css

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

 a { background-color: rgb(111,133,188); }

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

border-color css

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

 span { border-color: rgb(111,133,188); }

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