Html Css Color HEX #6E81BE Wild Blue Yonder

📋 copy color: '#6E81BE'

red 110 ◦ green 129 ◦ blue 190

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

Shades of Wild Blue Yonder #6E81BE

Tints of Wild Blue Yonder #6E81BE

RGB

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

 GREEN value IS 129 (50.78% from 255) = 30.07%

 BLUE value IS 190 (74.61% from 255) = 44.29%

R = 25.64%
G = 30.07%
B = 44.29%

CMYK

 C value IS 0.42

 M value IS 0.32

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E81BE (or 0x6E81BE) is known color: Wild Blue Yonder. HEX triplet: 6E, 81 and BE. RGB value is (110,129,190). Sum of RGB (Red+Green+Blue) = 110+129+190=429 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.64% from 429); Green value is 129 (50.78% from 255 or 30.07% from 429); Blue value is 190 (74.61% from 255 or 44.29% from 429); Max value from RGB is 190 - color contains mainly: blue. Hex color #6E81BE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6E81BE is #917E41. Grayscale: #828282. Windows color (decimal): -9535042 or 12484974. OLE color: 12484974.

HSL color Cylindrical-coordinate representation of color #6E81BE: hue angle of 225.75º 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 #6E81BE is Cyan = 0.42, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 110 129 190 -
CMYK 0.42 0.32 0 0.25
HSL 225.75º 0.38% 0.59% -
HSV(B) 225.75º 0.42% 0.75% -
XYZ 23.57 22.73 51.86 -
YUV 130.27 161.71 113.54 -
System Red Green Blue C M Y K H S L
Decimal 110 129 190 0.42 0.32 0 0.25 225.75 0.38 0.59
Hex 6E 81 BE 2A 20 0 19 E2 26 3B
Octal 156 201 276 52 40 0 31 342 46 73
Binary 1101110 10000001 10111110 101010 100000 0 11001 11100010 100110 111011

Color Harmonies of #6E81BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E81BE

Black with #6E81BE

Text Example


Text Example

White with #6E81BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,129,190); }

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

background-color css

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

 a { background-color: rgb(110,129,190); }

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

border-color css

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

 span { border-color: rgb(110,129,190); }

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