Html Css Color HEX #6E86BD Wild Blue Yonder

📋 copy color: '#6E86BD'

red 110 ◦ green 134 ◦ blue 189

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

Shades of Wild Blue Yonder #6E86BD

Tints of Wild Blue Yonder #6E86BD

RGB

 RED value IS 110 (43.36% from 255) = 25.4%

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

 BLUE value IS 189 (74.22% from 255) = 43.65%

R = 25.4%
G = 30.95%
B = 43.65%

CMYK

 C value IS 0.42

 M value IS 0.29

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#6E86BD (or 0x6E86BD) is known color: Wild Blue Yonder. HEX triplet: 6E, 86 and BD. RGB value is (110,134,189). Sum of RGB (Red+Green+Blue) = 110+134+189=433 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.40% from 433); Green value is 134 (52.73% from 255 or 30.95% from 433); Blue value is 189 (74.22% from 255 or 43.65% from 433); Max value from RGB is 189 - color contains mainly: blue. Hex color #6E86BD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E86BD is #917942. Grayscale: #848484. Windows color (decimal): -9533763 or 12420718. OLE color: 12420718.

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

Color convert

RGB 110 134 189 -
CMYK 0.42 0.29 0 0.26
HSL 221.77º 0.37% 0.59% -
HSV(B) 221.77º 0.42% 0.74% -
XYZ 24.14 24.04 51.51 -
YUV 133.09 159.55 111.53 -
System Red Green Blue C M Y K H S L
Decimal 110 134 189 0.42 0.29 0 0.26 221.77 0.37 0.59
Hex 6E 86 BD 2A 1D 0 1A DE 25 3B
Octal 156 206 275 52 35 0 32 336 45 73
Binary 1101110 10000110 10111101 101010 11101 0 11010 11011110 100101 111011

Color Harmonies of #6E86BD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E86BD

Black with #6E86BD

Text Example


Text Example

White with #6E86BD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,134,189); }

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

background-color css

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

 a { background-color: rgb(110,134,189); }

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

border-color css

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

 span { border-color: rgb(110,134,189); }

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