Html Css Color HEX #6D77CD Chetwode Blue

📋 copy color: '#6D77CD'

red 109 ◦ green 119 ◦ blue 205

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

Shades of Chetwode Blue #6D77CD

Tints of Chetwode Blue #6D77CD

RGB

 RED value IS 109 (42.97% from 255) = 25.17%

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

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

R = 25.17%
G = 27.48%
B = 47.34%

CMYK

 C value IS 0.47

 M value IS 0.42

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D77CD (or 0x6D77CD) is known color: Chetwode Blue. HEX triplet: 6D, 77 and CD. RGB value is (109,119,205). Sum of RGB (Red+Green+Blue) = 109+119+205=433 (57% of max value = 765). Red value is 109 (42.97% from 255 or 25.17% from 433); Green value is 119 (46.88% from 255 or 27.48% 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 #6D77CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D77CD is #928832. Grayscale: #7D7D7D. Windows color (decimal): -9603123 or 13465453. OLE color: 13465453.

HSL color Cylindrical-coordinate representation of color #6D77CD: hue angle of 233.75º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D77CD is Cyan = 0.47, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 119 205 -
CMYK 0.47 0.42 0 0.20
HSL 233.75º 0.49% 0.62% -
HSV(B) 233.75º 0.47% 0.8% -
XYZ 23.92 20.85 60.52 -
YUV 125.81 172.69 116.01 -
System Red Green Blue C M Y K H S L
Decimal 109 119 205 0.47 0.42 0 0.20 233.75 0.49 0.62
Hex 6D 77 CD 2F 2A 0 14 EA 31 3E
Octal 155 167 315 57 52 0 24 352 61 76
Binary 1101101 1110111 11001101 101111 101010 0 10100 11101010 110001 111110

Color Harmonies of #6D77CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D77CD

Black with #6D77CD

Text Example


Text Example

White with #6D77CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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