#6074CB

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

Shades of Chetwode Blue #6074CB

Tints of Chetwode Blue #6074CB

Color information

#6074CB (or 0x6074CB) is unknown color: approx Chetwode Blue. HEX triplet: 60, 74 and CB. RGB value is (96,116,203). Sum of RGB (Red+Green+Blue) = 96+116+203=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 116 (45.70% from 255 or 27.95% from 415); Blue value is 203 (79.69% from 255 or 48.92% from 415); Max value from RGB is 203 - color contains mainly: blue. Hex color #6074CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6074CB is #9F8B34. Grayscale: #777777. Windows color (decimal): -10455861 or 13333600. OLE color: 13333600.

HSL color Cylindrical-coordinate representation of color #6074CB: hue angle of 228.79º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6074CB is Cyan = 0.53, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB96116203-
CMYK0.530.4300.20
HSL228.79º50.71%58.63%-
HSV(B)228.79º52.71%79.61%-
XYZ21.8519.2959.07-
YUV119.94174.87110.93-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.13%
GREEN value IS 116 (45.70% from 255) = 27.95%
BLUE value IS 203 (79.69% from 255) = 48.92%
R=23.13%
G=27.95%
B=48.92%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal961162030.530.4300.20228.7950.7158.63
Hex6074CB352B014e5333b
Octal14016431365530243456373
Binary110000011101001100101111010110101101010011100101110011111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6074CB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6074CB; }

 p { color: rgb(96,116,203); }

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

<style>
 a { background-color: #6074CB; }

 a { background-color: rgb(96,116,203); }

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

<style>
 span { border-color: #6074CB; }

 span { border-color: rgb(96,116,203); }

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