Html Css Color HEX #6072CA Chetwode Blue

📋 copy color: '#6072CA'

red 96 ◦ green 114 ◦ blue 202

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

Shades of Chetwode Blue #6072CA

Tints of Chetwode Blue #6072CA

RGB

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

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

 BLUE value IS 202 (79.3% from 255) = 49.03%

R = 23.3%
G = 27.67%
B = 49.03%

CMYK

 C value IS 0.52

 M value IS 0.44

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6072CA (or 0x6072CA) is known color: Chetwode Blue. HEX triplet: 60, 72 and CA. RGB value is (96,114,202). Sum of RGB (Red+Green+Blue) = 96+114+202=412 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.30% from 412); Green value is 114 (44.92% from 255 or 27.67% from 412); Blue value is 202 (79.30% from 255 or 49.03% from 412); Max value from RGB is 202 - color contains mainly: blue. Hex color #6072CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6072CA is #9F8D35. Grayscale: #767676. Windows color (decimal): -10456374 or 13267552. OLE color: 13267552.

HSL color Cylindrical-coordinate representation of color #6072CA: hue angle of 229.81º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6072CA is Cyan = 0.52, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 96 114 202 -
CMYK 0.52 0.44 0 0.21
HSL 229.81º 0.5% 0.58% -
HSV(B) 229.81º 0.52% 0.79% -
XYZ 21.5 18.79 58.37 -
YUV 118.65 175.04 111.84 -
System Red Green Blue C M Y K H S L
Decimal 96 114 202 0.52 0.44 0 0.21 229.81 0.5 0.58
Hex 60 72 CA 34 2C 0 15 E6 32 3A
Octal 140 162 312 64 54 0 25 346 62 72
Binary 1100000 1110010 11001010 110100 101100 0 10101 11100110 110010 111010

Color Harmonies of #6072CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6072CA

Black with #6072CA

Text Example


Text Example

White with #6072CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6072CA; }

 p { color: rgb(96,114,202); }

 H1.HeaderClassName
 {
   color: #6072CA;
 }
 .AnyTagClassName
 {
   color: #6072CA;
 }
</style>

background-color css

<style>
 a { background-color: #6072CA; }

 a { background-color: rgb(96,114,202); }

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

border-color css

<style>
 span { border-color: #6072CA; }

 span { border-color: rgb(96,114,202); }

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