Html Css Color HEX #6C72BF Chetwode Blue

📋 copy color: '#6C72BF'

red 108 ◦ green 114 ◦ blue 191

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

Shades of Chetwode Blue #6C72BF

Tints of Chetwode Blue #6C72BF

RGB

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

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

 BLUE value IS 191 (75% from 255) = 46.25%

R = 26.15%
G = 27.6%
B = 46.25%

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

#6C72BF (or 0x6C72BF) is known color: Chetwode Blue. HEX triplet: 6C, 72 and BF. RGB value is (108,114,191). Sum of RGB (Red+Green+Blue) = 108+114+191=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 114 (44.92% from 255 or 27.60% from 413); Blue value is 191 (75% from 255 or 46.25% from 413); Max value from RGB is 191 - color contains mainly: blue. Hex color #6C72BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C72BF is #938D40. Grayscale: #787878. Windows color (decimal): -9669953 or 12546668. OLE color: 12546668.

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

Color convert

RGB 108 114 191 -
CMYK 0.43 0.40 0 0.25
HSL 235.66º 0.39% 0.59% -
HSV(B) 235.66º 0.43% 0.75% -
XYZ 21.61 18.98 51.82 -
YUV 120.98 167.51 118.74 -
System Red Green Blue C M Y K H S L
Decimal 108 114 191 0.43 0.40 0 0.25 235.66 0.39 0.59
Hex 6C 72 BF 2B 28 0 19 EC 27 3B
Octal 154 162 277 53 50 0 31 354 47 73
Binary 1101100 1110010 10111111 101011 101000 0 11001 11101100 100111 111011

Color Harmonies of #6C72BF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C72BF

Black with #6C72BF

Text Example


Text Example

White with #6C72BF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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