Html Css Color HEX #6C72CC Chetwode Blue

📋 copy color: '#6C72CC'

red 108 ◦ green 114 ◦ blue 204

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

Shades of Chetwode Blue #6C72CC

Tints of Chetwode Blue #6C72CC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 47.89%

R = 25.35%
G = 26.76%
B = 47.89%

CMYK

 C value IS 0.47

 M value IS 0.44

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C72CC (or 0x6C72CC) is known color: Chetwode Blue. HEX triplet: 6C, 72 and CC. RGB value is (108,114,204). Sum of RGB (Red+Green+Blue) = 108+114+204=426 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.35% from 426); Green value is 114 (44.92% from 255 or 26.76% from 426); Blue value is 204 (80.08% from 255 or 47.89% from 426); Max value from RGB is 204 - color contains mainly: blue. Hex color #6C72CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C72CC is #938D33. Grayscale: #7A7A7A. Windows color (decimal): -9669940 or 13398636. OLE color: 13398636.

HSL color Cylindrical-coordinate representation of color #6C72CC: hue angle of 236.25º degrees, saturation: 0.48, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C72CC is Cyan = 0.47, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 108 114 204 -
CMYK 0.47 0.44 0 0.2
HSL 236.25º 0.48% 0.61% -
HSV(B) 236.25º 0.47% 0.8% -
XYZ 23.1 19.58 59.69 -
YUV 122.47 174.01 117.68 -
System Red Green Blue C M Y K H S L
Decimal 108 114 204 0.47 0.44 0 0.2 236.25 0.48 0.61
Hex 6C 72 CC 2F 2C 0 14 EC 30 3D
Octal 154 162 314 57 54 0 24 354 60 75
Binary 1101100 1110010 11001100 101111 101100 0 10100 11101100 110000 111101

Color Harmonies of #6C72CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C72CC

Black with #6C72CC

Text Example


Text Example

White with #6C72CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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