Html Css Color HEX #6C72BE Chetwode Blue

📋 copy color: '#6C72BE'

red 108 ◦ green 114 ◦ blue 190

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

Shades of Chetwode Blue #6C72BE

Tints of Chetwode Blue #6C72BE

RGB

 RED value IS 108 (42.58% from 255) = 26.21%

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

 BLUE value IS 190 (74.61% from 255) = 46.12%

R = 26.21%
G = 27.67%
B = 46.12%

CMYK

 C value IS 0.43

 M value IS 0.40

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6C72BE (or 0x6C72BE) is known color: Chetwode Blue. HEX triplet: 6C, 72 and BE. RGB value is (108,114,190). Sum of RGB (Red+Green+Blue) = 108+114+190=412 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.21% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 190 (74.61% from 255 or 46.12% from 412); Max value from RGB is 190 - color contains mainly: blue. Hex color #6C72BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C72BE is #938D41. Grayscale: #787878. Windows color (decimal): -9669954 or 12481132. OLE color: 12481132.

HSL color Cylindrical-coordinate representation of color #6C72BE: hue angle of 235.61º degrees, saturation: 0.39, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #6C72BE is Cyan = 0.43, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 108 114 190 -
CMYK 0.43 0.40 0 0.25
HSL 235.61º 0.39% 0.58% -
HSV(B) 235.61º 0.43% 0.75% -
XYZ 21.5 18.94 51.24 -
YUV 120.87 167.01 118.82 -
System Red Green Blue C M Y K H S L
Decimal 108 114 190 0.43 0.40 0 0.25 235.61 0.39 0.58
Hex 6C 72 BE 2B 28 0 19 EC 27 3A
Octal 154 162 276 53 50 0 31 354 47 72
Binary 1101100 1110010 10111110 101011 101000 0 11001 11101100 100111 111010

Color Harmonies of #6C72BE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C72BE

Black with #6C72BE

Text Example


Text Example

White with #6C72BE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,114,190); }

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

background-color css

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

 a { background-color: rgb(108,114,190); }

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

border-color css

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

 span { border-color: rgb(108,114,190); }

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