Html Css Color HEX #6C86BF Wild Blue Yonder

📋 copy color: '#6C86BF'

red 108 ◦ green 134 ◦ blue 191

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

Shades of Wild Blue Yonder #6C86BF

Tints of Wild Blue Yonder #6C86BF

RGB

 RED value IS 108 (42.58% from 255) = 24.94%

 GREEN value IS 134 (52.73% from 255) = 30.95%

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

R = 24.94%
G = 30.95%
B = 44.11%

CMYK

 C value IS 0.43

 M value IS 0.30

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C86BF (or 0x6C86BF) is known color: Wild Blue Yonder. HEX triplet: 6C, 86 and BF. RGB value is (108,134,191). Sum of RGB (Red+Green+Blue) = 108+134+191=433 (57% of max value = 765). Red value is 108 (42.58% from 255 or 24.94% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 191 (75% from 255 or 44.11% from 433); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C86BF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C86BF is #937940. Grayscale: #848484. Windows color (decimal): -9664833 or 12551788. OLE color: 12551788.

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

Color convert

RGB 108 134 191 -
CMYK 0.43 0.30 0 0.25
HSL 221.2º 0.39% 0.59% -
HSV(B) 221.2º 0.43% 0.75% -
XYZ 24.11 24 52.65 -
YUV 132.72 160.89 110.37 -
System Red Green Blue C M Y K H S L
Decimal 108 134 191 0.43 0.30 0 0.25 221.2 0.39 0.59
Hex 6C 86 BF 2B 1E 0 19 DD 27 3B
Octal 154 206 277 53 36 0 31 335 47 73
Binary 1101100 10000110 10111111 101011 11110 0 11001 11011101 100111 111011

Color Harmonies of #6C86BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C86BF

Black with #6C86BF

Text Example


Text Example

White with #6C86BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,134,191); }

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

background-color css

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

 a { background-color: rgb(108,134,191); }

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

border-color css

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

 span { border-color: rgb(108,134,191); }

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