Html Css Color HEX #6D71CC Chetwode Blue

📋 copy color: '#6D71CC'

red 109 ◦ green 113 ◦ blue 204

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

Shades of Chetwode Blue #6D71CC

Tints of Chetwode Blue #6D71CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 25.59%
G = 26.53%
B = 47.89%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6D71CC (or 0x6D71CC) is known color: Chetwode Blue. HEX triplet: 6D, 71 and CC. RGB value is (109,113,204). Sum of RGB (Red+Green+Blue) = 109+113+204=426 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.59% from 426); Green value is 113 (44.53% from 255 or 26.53% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #6D71CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D71CC is #928E33. Grayscale: #797979. Windows color (decimal): -9604660 or 13398381. OLE color: 13398381.

HSL color Cylindrical-coordinate representation of color #6D71CC: hue angle of 237.47º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D71CC is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 109 113 204 -
CMYK 0.47 0.45 0 0.2
HSL 237.47º 0.48% 0.61% -
HSV(B) 237.47º 0.47% 0.8% -
XYZ 23.11 19.42 59.66 -
YUV 122.18 174.17 118.6 -
System Red Green Blue C M Y K H S L
Decimal 109 113 204 0.47 0.45 0 0.2 237.47 0.48 0.61
Hex 6D 71 CC 2F 2D 0 14 ED 30 3D
Octal 155 161 314 57 55 0 24 355 60 75
Binary 1101101 1110001 11001100 101111 101101 0 10100 11101101 110000 111101

Color Harmonies of #6D71CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D71CC

Black with #6D71CC

Text Example


Text Example

White with #6D71CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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