Html Css Color HEX #6D71CD Chetwode Blue

📋 copy color: '#6D71CD'

red 109 ◦ green 113 ◦ blue 205

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

Shades of Chetwode Blue #6D71CD

Tints of Chetwode Blue #6D71CD

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.46%

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

R = 25.53%
G = 26.46%
B = 48.01%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6D71CD (or 0x6D71CD) is known color: Chetwode Blue. HEX triplet: 6D, 71 and CD. RGB value is (109,113,205). Sum of RGB (Red+Green+Blue) = 109+113+205=427 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.53% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 205 (80.47% from 255 or 48.01% from 427); Max value from RGB is 205 - color contains mainly: blue. Hex color #6D71CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D71CD is #928E32. Grayscale: #797979. Windows color (decimal): -9604659 or 13463917. OLE color: 13463917.

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

Color convert

RGB 109 113 205 -
CMYK 0.47 0.45 0 0.20
HSL 237.5º 0.49% 0.62% -
HSV(B) 237.5º 0.47% 0.8% -
XYZ 23.23 19.47 60.29 -
YUV 122.29 174.67 118.52 -
System Red Green Blue C M Y K H S L
Decimal 109 113 205 0.47 0.45 0 0.20 237.5 0.49 0.62
Hex 6D 71 CD 2F 2D 0 14 EE 31 3E
Octal 155 161 315 57 55 0 24 356 61 76
Binary 1101101 1110001 11001101 101111 101101 0 10100 11101110 110001 111110

Color Harmonies of #6D71CD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D71CD

Black with #6D71CD

Text Example


Text Example

White with #6D71CD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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