Html Css Color HEX #6D72CE Chetwode Blue

📋 copy color: '#6D72CE'

red 109 ◦ green 114 ◦ blue 206

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

Shades of Chetwode Blue #6D72CE

Tints of Chetwode Blue #6D72CE

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.57%

 BLUE value IS 206 (80.86% from 255) = 48.02%

R = 25.41%
G = 26.57%
B = 48.02%

CMYK

 C value IS 0.47

 M value IS 0.45

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6D72CE (or 0x6D72CE) is known color: Chetwode Blue. HEX triplet: 6D, 72 and CE. RGB value is (109,114,206). Sum of RGB (Red+Green+Blue) = 109+114+206=429 (56% of max value = 765). Red value is 109 (42.97% from 255 or 25.41% from 429); Green value is 114 (44.92% from 255 or 26.57% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 206 - color contains mainly: blue. Hex color #6D72CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D72CE is #928D31. Grayscale: #7A7A7A. Windows color (decimal): -9604402 or 13529709. OLE color: 13529709.

HSL color Cylindrical-coordinate representation of color #6D72CE: hue angle of 236.91º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6D72CE is Cyan = 0.47, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 114 206 -
CMYK 0.47 0.45 0 0.19
HSL 236.91º 0.5% 0.62% -
HSV(B) 236.91º 0.47% 0.81% -
XYZ 23.46 19.74 60.97 -
YUV 122.99 174.84 118.02 -
System Red Green Blue C M Y K H S L
Decimal 109 114 206 0.47 0.45 0 0.19 236.91 0.5 0.62
Hex 6D 72 CE 2F 2D 0 13 ED 32 3E
Octal 155 162 316 57 55 0 23 355 62 76
Binary 1101101 1110010 11001110 101111 101101 0 10011 11101101 110010 111110

Color Harmonies of #6D72CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D72CE

Black with #6D72CE

Text Example


Text Example

White with #6D72CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,114,206); }

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

background-color css

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

 a { background-color: rgb(109,114,206); }

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

border-color css

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

 span { border-color: rgb(109,114,206); }

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