Html Css Color HEX #6E7EC0 Wild Blue Yonder

📋 copy color: '#6E7EC0'

red 110 ◦ green 126 ◦ blue 192

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

Shades of Wild Blue Yonder #6E7EC0

Tints of Wild Blue Yonder #6E7EC0

RGB

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

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

 BLUE value IS 192 (75.39% from 255) = 44.86%

R = 25.7%
G = 29.44%
B = 44.86%

CMYK

 C value IS 0.43

 M value IS 0.34

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6E7EC0 (or 0x6E7EC0) is known color: Wild Blue Yonder. HEX triplet: 6E, 7E and C0. RGB value is (110,126,192). Sum of RGB (Red+Green+Blue) = 110+126+192=428 (56% of max value = 765). Red value is 110 (43.36% from 255 or 25.70% from 428); Green value is 126 (49.61% from 255 or 29.44% from 428); Blue value is 192 (75.39% from 255 or 44.86% from 428); Max value from RGB is 192 - color contains mainly: blue. Hex color #6E7EC0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7EC0 is #91813F. Grayscale: #808080. Windows color (decimal): -9535808 or 12615278. OLE color: 12615278.

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

Color convert

RGB 110 126 192 -
CMYK 0.43 0.34 0 0.25
HSL 228.29º 0.39% 0.59% -
HSV(B) 228.29º 0.43% 0.75% -
XYZ 23.41 22.04 52.89 -
YUV 128.74 163.7 114.63 -
System Red Green Blue C M Y K H S L
Decimal 110 126 192 0.43 0.34 0 0.25 228.29 0.39 0.59
Hex 6E 7E C0 2B 22 0 19 E4 27 3B
Octal 156 176 300 53 42 0 31 344 47 73
Binary 1101110 1111110 11000000 101011 100010 0 11001 11100100 100111 111011

Color Harmonies of #6E7EC0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7EC0

Black with #6E7EC0

Text Example


Text Example

White with #6E7EC0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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