Html Css Color HEX #6D72BA Chetwode Blue

📋 copy color: '#6D72BA'

red 109 ◦ green 114 ◦ blue 186

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

Shades of Chetwode Blue #6D72BA

Tints of Chetwode Blue #6D72BA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 45.48%

R = 26.65%
G = 27.87%
B = 45.48%

CMYK

 C value IS 0.41

 M value IS 0.39

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#6D72BA (or 0x6D72BA) is known color: Chetwode Blue. HEX triplet: 6D, 72 and BA. RGB value is (109,114,186). Sum of RGB (Red+Green+Blue) = 109+114+186=409 (54% of max value = 765). Red value is 109 (42.97% from 255 or 26.65% from 409); Green value is 114 (44.92% from 255 or 27.87% from 409); Blue value is 186 (73.05% from 255 or 45.48% from 409); Max value from RGB is 186 - color contains mainly: blue. Hex color #6D72BA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6D72BA is #928D45. Grayscale: #787878. Windows color (decimal): -9604422 or 12218989. OLE color: 12218989.

HSL color Cylindrical-coordinate representation of color #6D72BA: hue angle of 236.1º degrees, saturation: 0.36, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #6D72BA is Cyan = 0.41, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 109 114 186 -
CMYK 0.41 0.39 0 0.27
HSL 236.1º 0.36% 0.58% -
HSV(B) 236.1º 0.41% 0.73% -
XYZ 21.19 18.83 48.97 -
YUV 120.71 164.84 119.65 -
System Red Green Blue C M Y K H S L
Decimal 109 114 186 0.41 0.39 0 0.27 236.1 0.36 0.58
Hex 6D 72 BA 29 27 0 1B EC 24 3A
Octal 155 162 272 51 47 0 33 354 44 72
Binary 1101101 1110010 10111010 101001 100111 0 11011 11101100 100100 111010

Color Harmonies of #6D72BA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6D72BA

Black with #6D72BA

Text Example


Text Example

White with #6D72BA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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