Html Css Color HEX #6E7ECC Wild Blue Yonder

📋 copy color: '#6E7ECC'

red 110 ◦ green 126 ◦ blue 204

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

Shades of Wild Blue Yonder #6E7ECC

Tints of Wild Blue Yonder #6E7ECC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 46.36%

R = 25%
G = 28.64%
B = 46.36%

CMYK

 C value IS 0.46

 M value IS 0.38

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6E7ECC (or 0x6E7ECC) is known color: Wild Blue Yonder. HEX triplet: 6E, 7E and CC. RGB value is (110,126,204). Sum of RGB (Red+Green+Blue) = 110+126+204=440 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25% from 440); Green value is 126 (49.61% from 255 or 28.64% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 204 - color contains mainly: blue. Hex color #6E7ECC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7ECC is #918133. Grayscale: #818181. Windows color (decimal): -9535796 or 13401710. OLE color: 13401710.

HSL color Cylindrical-coordinate representation of color #6E7ECC: hue angle of 229.79º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6E7ECC is Cyan = 0.46, Magento = 0.38, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 110 126 204 -
CMYK 0.46 0.38 0 0.2
HSL 229.79º 0.48% 0.62% -
HSV(B) 229.79º 0.46% 0.8% -
XYZ 24.79 22.6 60.18 -
YUV 130.11 169.7 113.66 -
System Red Green Blue C M Y K H S L
Decimal 110 126 204 0.46 0.38 0 0.2 229.79 0.48 0.62
Hex 6E 7E CC 2E 26 0 14 E6 30 3E
Octal 156 176 314 56 46 0 24 346 60 76
Binary 1101110 1111110 11001100 101110 100110 0 10100 11100110 110000 111110

Color Harmonies of #6E7ECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7ECC

Black with #6E7ECC

Text Example


Text Example

White with #6E7ECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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