Html Css Color HEX #6C72B3 Chetwode Blue

📋 copy color: '#6C72B3'

red 108 ◦ green 114 ◦ blue 179

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

Shades of Chetwode Blue #6C72B3

Tints of Chetwode Blue #6C72B3

RGB

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

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

 BLUE value IS 179 (70.31% from 255) = 44.64%

R = 26.93%
G = 28.43%
B = 44.64%

CMYK

 C value IS 0.40

 M value IS 0.36

 Y value IS 0

 K value IS 0.30

RGB Variations

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

Color information

#6C72B3 (or 0x6C72B3) is known color: Chetwode Blue. HEX triplet: 6C, 72 and B3. RGB value is (108,114,179). Sum of RGB (Red+Green+Blue) = 108+114+179=401 (53% of max value = 765). Red value is 108 (42.58% from 255 or 26.93% from 401); Green value is 114 (44.92% from 255 or 28.43% from 401); Blue value is 179 (70.31% from 255 or 44.64% from 401); Max value from RGB is 179 - color contains mainly: blue. Hex color #6C72B3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C72B3 is #938D4C. Grayscale: #777777. Windows color (decimal): -9669965 or 11760236. OLE color: 11760236.

HSL color Cylindrical-coordinate representation of color #6C72B3: hue angle of 234.93º degrees, saturation: 0.32, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.7% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #6C72B3 is Cyan = 0.40, Magento = 0.36, Yellow = 0 and Black (K on CMYK) = 0.30.

Color convert

RGB 108 114 179 -
CMYK 0.40 0.36 0 0.30
HSL 234.93º 0.32% 0.56% -
HSV(B) 234.93º 0.4% 0.7% -
XYZ 20.34 18.48 45.14 -
YUV 119.62 161.51 119.71 -
System Red Green Blue C M Y K H S L
Decimal 108 114 179 0.40 0.36 0 0.30 234.93 0.32 0.56
Hex 6C 72 B3 28 24 0 1E EB 20 38
Octal 154 162 263 50 44 0 36 353 40 70
Binary 1101100 1110010 10110011 101000 100100 0 11110 11101011 100000 111000

Color Harmonies of #6C72B3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C72B3

Black with #6C72B3

Text Example


Text Example

White with #6C72B3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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