Html Css Color HEX #6E77CD Chetwode Blue

📋 copy color: '#6E77CD'

red 110 ◦ green 119 ◦ blue 205

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

Shades of Chetwode Blue #6E77CD

Tints of Chetwode Blue #6E77CD

RGB

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

 GREEN value IS 119 (46.88% from 255) = 27.42%

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

R = 25.35%
G = 27.42%
B = 47.24%

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

#6E77CD (or 0x6E77CD) is known color: Chetwode Blue. HEX triplet: 6E, 77 and CD. RGB value is (110,119,205). Sum of RGB (Red+Green+Blue) = 110+119+205=434 (57% of max value = 765). Red value is 110 (43.36% from 255 or 25.35% from 434); Green value is 119 (46.88% from 255 or 27.42% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 205 - color contains mainly: blue. Hex color #6E77CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6E77CD is #918832. Grayscale: #7D7D7D. Windows color (decimal): -9537587 or 13465454. OLE color: 13465454.

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

Color convert

RGB 110 119 205 -
CMYK 0.46 0.42 0 0.20
HSL 234.32º 0.49% 0.62% -
HSV(B) 234.32º 0.46% 0.8% -
XYZ 24.05 20.92 60.53 -
YUV 126.11 172.52 116.51 -
System Red Green Blue C M Y K H S L
Decimal 110 119 205 0.46 0.42 0 0.20 234.32 0.49 0.62
Hex 6E 77 CD 2E 2A 0 14 EA 31 3E
Octal 156 167 315 56 52 0 24 352 61 76
Binary 1101110 1110111 11001101 101110 101010 0 10100 11101010 110001 111110

Color Harmonies of #6E77CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6E77CD

Black with #6E77CD

Text Example


Text Example

White with #6E77CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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