Html Css Color HEX #6064C0 Chetwode Blue

📋 copy color: '#6064C0'

red 96 ◦ green 100 ◦ blue 192

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

Shades of Chetwode Blue #6064C0

Tints of Chetwode Blue #6064C0

RGB

 RED value IS 96 (37.89% from 255) = 24.74%

 GREEN value IS 100 (39.45% from 255) = 25.77%

 BLUE value IS 192 (75.39% from 255) = 49.48%

R = 24.74%
G = 25.77%
B = 49.48%

CMYK

 C value IS 0.50

 M value IS 0.48

 Y value IS 0

 K value IS 0.25

RGB Variations

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

Color information

#6064C0 (or 0x6064C0) is known color: Chetwode Blue. HEX triplet: 60, 64 and C0. RGB value is (96,100,192). Sum of RGB (Red+Green+Blue) = 96+100+192=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 100 (39.45% from 255 or 25.77% from 388); Blue value is 192 (75.39% from 255 or 49.48% from 388); Max value from RGB is 192 - color contains mainly: blue. Hex color #6064C0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6064C0 is #9F9B3F. Grayscale: #6C6C6C. Windows color (decimal): -10459968 or 12608608. OLE color: 12608608.

HSL color Cylindrical-coordinate representation of color #6064C0: hue angle of 237.5º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6064C0 is Cyan = 0.50, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB 96 100 192 -
CMYK 0.50 0.48 0 0.25
HSL 237.5º 0.43% 0.56% -
HSV(B) 237.5º 0.5% 0.75% -
XYZ 18.9 15.41 51.85 -
YUV 109.29 174.67 118.52 -
System Red Green Blue C M Y K H S L
Decimal 96 100 192 0.50 0.48 0 0.25 237.5 0.43 0.56
Hex 60 64 C0 32 30 0 19 EE 2B 38
Octal 140 144 300 62 60 0 31 356 53 70
Binary 1100000 1100100 11000000 110010 110000 0 11001 11101110 101011 111000

Color Harmonies of #6064C0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6064C0

Black with #6064C0

Text Example


Text Example

White with #6064C0

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6064C0; }

 p { color: rgb(96,100,192); }

 H1.HeaderClassName
 {
   color: #6064C0;
 }
 .AnyTagClassName
 {
   color: #6064C0;
 }
</style>

background-color css

<style>
 a { background-color: #6064C0; }

 a { background-color: rgb(96,100,192); }

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

border-color css

<style>
 span { border-color: #6064C0; }

 span { border-color: rgb(96,100,192); }

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