#6073D4

Color #6073D4 Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #6073D4

Tints of Chetwode Blue #6073D4

Color information

#6073D4 (or 0x6073D4) is unknown color: approx Chetwode Blue. HEX triplet: 60, 73 and D4. RGB value is (96,115,212). Sum of RGB (Red+Green+Blue) = 96+115+212=423 (56% of max value = 765). Red value is 96 (37.89% from 255 or 22.70% from 423); Green value is 115 (45.31% from 255 or 27.19% from 423); Blue value is 212 (83.20% from 255 or 50.12% from 423); Max value from RGB is 212 - color contains mainly: blue. Hex color #6073D4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6073D4 is #9F8C2B. Grayscale: #777777. Windows color (decimal): -10456108 or 13923168. OLE color: 13923168.

HSL color Cylindrical-coordinate representation of color #6073D4: hue angle of 230.17º degrees, saturation: 0.57, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6073D4 is Cyan = 0.55, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB96115212-
CMYK0.550.4600.17
HSL230.17º57.43%60.39%-
HSV(B)230.17º54.72%83.14%-
XYZ22.8419.564.85-
YUV120.38179.71110.61-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.70%
GREEN value IS 115 (45.31% from 255) = 27.19%
BLUE value IS 212 (83.20% from 255) = 50.12%
R=22.70%
G=27.19%
B=50.12%

CMYK

C (Cyan) values IS 0.55
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal961152120.550.4600.17230.1757.4360.39
Hex6073D4372E011e6393c
Octal14016332467560213467174
Binary110000011100111101010011011110111001000111100110111001111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6073D4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6073D4; }

 p { color: rgb(96,115,212); }

 H1.HeaderClassName
 {
   color: #6073D4;
 }
 .AnyTagClassName
 {
   color: #6073D4;
 }
</style>
background-color css

<style>
 a { background-color: #6073D4; }

 a { background-color: rgb(96,115,212); }

 div.DivClassName
 {
   background-color: #6073D4;
 }
 .BgClassName
 {
   background-color: #6073D4;
 }
</style>
border-color css

<style>
 span { border-color: #6073D4; }

 span { border-color: rgb(96,115,212); }

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