Html Css Color HEX #6E76CD Chetwode Blue

📋 copy color: '#6E76CD'

red 110 ◦ green 118 ◦ blue 205

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

Shades of Chetwode Blue #6E76CD

Tints of Chetwode Blue #6E76CD

RGB

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

 GREEN value IS 118 (46.48% from 255) = 27.25%

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

R = 25.4%
G = 27.25%
B = 47.34%

CMYK

 C value IS 0.46

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6E76CD (or 0x6E76CD) is known color: Chetwode Blue. HEX triplet: 6E, 76 and CD. RGB value is (110,118,205). Sum of RGB (Red+Green+Blue) = 110+118+205=433 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.40% from 433); Green value is 118 (46.48% from 255 or 27.25% from 433); Blue value is 205 (80.47% from 255 or 47.34% from 433); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E76CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E76CD is #918932. Grayscale: #7D7D7D. Windows color (decimal): -9537843 or 13465198. OLE color: 13465198.

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

Color convert

RGB 110 118 205 -
CMYK 0.46 0.42 0 0.20
HSL 234.95º 0.49% 0.62% -
HSV(B) 234.95º 0.46% 0.8% -
XYZ 23.93 20.68 60.49 -
YUV 125.53 172.85 116.93 -
System Red Green Blue C M Y K H S L
Decimal 110 118 205 0.46 0.42 0 0.20 234.95 0.49 0.62
Hex 6E 76 CD 2E 2A 0 14 EB 31 3E
Octal 156 166 315 56 52 0 24 353 61 76
Binary 1101110 1110110 11001101 101110 101010 0 10100 11101011 110001 111110

Color Harmonies of #6E76CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E76CD

Black with #6E76CD

Text Example


Text Example

White with #6E76CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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