Html Css Color HEX #6E7ED8 Wild Blue Yonder

📋 copy color: '#6E7ED8'

red 110 ◦ green 126 ◦ blue 216

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

Shades of Wild Blue Yonder #6E7ED8

Tints of Wild Blue Yonder #6E7ED8

RGB

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

 GREEN value IS 126 (49.61% from 255) = 27.88%

 BLUE value IS 216 (84.77% from 255) = 47.79%

R = 24.34%
G = 27.88%
B = 47.79%

CMYK

 C value IS 0.49

 M value IS 0.42

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6E7ED8 (or 0x6E7ED8) is known color: Wild Blue Yonder. HEX triplet: 6E, 7E and D8. RGB value is (110,126,216). Sum of RGB (Red+Green+Blue) = 110+126+216=452 (59% of max value = 765). Red value is 110 (43.36% from 255 or 24.34% from 452); Green value is 126 (49.61% from 255 or 27.88% from 452); Blue value is 216 (84.77% from 255 or 47.79% from 452); Max value from RGB is 216 - color contains mainly: blue. Hex color #6E7ED8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7ED8 is #918127. Grayscale: #838383. Windows color (decimal): -9535784 or 14188142. OLE color: 14188142.

HSL color Cylindrical-coordinate representation of color #6E7ED8: hue angle of 230.94º degrees, saturation: 0.58, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6E7ED8 is Cyan = 0.49, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 110 126 216 -
CMYK 0.49 0.42 0 0.15
HSL 230.94º 0.58% 0.64% -
HSV(B) 230.94º 0.49% 0.85% -
XYZ 26.29 23.19 68.06 -
YUV 131.48 175.7 112.68 -
System Red Green Blue C M Y K H S L
Decimal 110 126 216 0.49 0.42 0 0.15 230.94 0.58 0.64
Hex 6E 7E D8 31 2A 0 F E7 3A 40
Octal 156 176 330 61 52 0 17 347 72 100
Binary 1101110 1111110 11011000 110001 101010 0 1111 11100111 111010 1000000

Color Harmonies of #6E7ED8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7ED8

Black with #6E7ED8

Text Example


Text Example

White with #6E7ED8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,126,216); }

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

background-color css

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

 a { background-color: rgb(110,126,216); }

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

border-color css

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

 span { border-color: rgb(110,126,216); }

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