Html Css Color HEX #6E7CCD Wild Blue Yonder

📋 copy color: '#6E7CCD'

red 110 ◦ green 124 ◦ blue 205

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

Shades of Wild Blue Yonder #6E7CCD

Tints of Wild Blue Yonder #6E7CCD

RGB

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

 GREEN value IS 124 (48.83% from 255) = 28.25%

 BLUE value IS 205 (80.47% from 255) = 46.7%

R = 25.06%
G = 28.25%
B = 46.7%

CMYK

 C value IS 0.46

 M value IS 0.40

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E7CCD (or 0x6E7CCD) is known color: Wild Blue Yonder. HEX triplet: 6E, 7C and CD. RGB value is (110,124,205). Sum of RGB (Red+Green+Blue) = 110+124+205=439 (58% of max value = 765). Red value is 110 (43.36% from 255 or 25.06% from 439); Green value is 124 (48.83% from 255 or 28.25% from 439); Blue value is 205 (80.47% from 255 or 46.70% from 439); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E7CCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E7CCD is #918332. Grayscale: #808080. Windows color (decimal): -9536307 or 13466734. OLE color: 13466734.

HSL color Cylindrical-coordinate representation of color #6E7CCD: hue angle of 231.16º degrees, saturation: 0.49, 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 #6E7CCD is Cyan = 0.46, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 110 124 205 -
CMYK 0.46 0.40 0 0.20
HSL 231.16º 0.49% 0.62% -
HSV(B) 231.16º 0.46% 0.8% -
XYZ 24.66 22.14 60.73 -
YUV 129.05 170.86 114.41 -
System Red Green Blue C M Y K H S L
Decimal 110 124 205 0.46 0.40 0 0.20 231.16 0.49 0.62
Hex 6E 7C CD 2E 28 0 14 E7 31 3E
Octal 156 174 315 56 50 0 24 347 61 76
Binary 1101110 1111100 11001101 101110 101000 0 10100 11100111 110001 111110

Color Harmonies of #6E7CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E7CCD

Black with #6E7CCD

Text Example


Text Example

White with #6E7CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,124,205); }

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

background-color css

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

 a { background-color: rgb(110,124,205); }

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

border-color css

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

 span { border-color: rgb(110,124,205); }

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