#6073d0

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

Shades of Chetwode Blue #6073D0

Tints of Chetwode Blue #6073D0

Color information

#6073D0 (or 0x6073D0) is unknown color: approx Chetwode Blue. HEX triplet: 60, 73 and D0. RGB value is (96,115,208). Sum of RGB (Red+Green+Blue) = 96+115+208=419 (55% of max value = 765). Red value is 96 (37.89% from 255 or 22.91% from 419); Green value is 115 (45.31% from 255 or 27.45% from 419); Blue value is 208 (81.64% from 255 or 49.64% from 419); Max value from RGB is 208 - color contains mainly: blue. Hex color #6073D0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6073D0 is #9F8C2F. Grayscale: #777777. Windows color (decimal): -10456112 or 13661024. OLE color: 13661024.

HSL color Cylindrical-coordinate representation of color #6073D0: hue angle of 229.82º degrees, saturation: 0.54, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6073D0 is Cyan = 0.54, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB96115208-
CMYK0.540.4500.18
HSL229.82º54.37%59.61%-
HSV(B)229.82º53.85%81.57%-
XYZ22.3419.362.22-
YUV119.92177.71110.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 22.91%
GREEN value IS 115 (45.31% from 255) = 27.45%
BLUE value IS 208 (81.64% from 255) = 49.64%
R=22.91%
G=27.45%
B=49.64%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal961152080.540.4500.18229.8254.3759.61
Hex6073D0362D012e6363c
Octal14016332066550223466674
Binary110000011100111101000011011010110101001011100110110110111100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6073d0

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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