#6075C4

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

Shades of Chetwode Blue #6075C4

Tints of Chetwode Blue #6075C4

Color information

#6075C4 (or 0x6075C4) is unknown color: approx Chetwode Blue. HEX triplet: 60, 75 and C4. RGB value is (96,117,196). Sum of RGB (Red+Green+Blue) = 96+117+196=409 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.47% from 409); Green value is 117 (46.09% from 255 or 28.61% from 409); Blue value is 196 (76.95% from 255 or 47.92% from 409); Max value from RGB is 196 - color contains mainly: blue. Hex color #6075C4 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6075C4 is #9F8A3B. Grayscale: #777777. Windows color (decimal): -10455612 or 12875104. OLE color: 12875104.

HSL color Cylindrical-coordinate representation of color #6075C4: hue angle of 227.4º degrees, saturation: 0.46, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.77% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6075C4 is Cyan = 0.51, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.23.

Color convert

RGB96117196-
CMYK0.510.4000.23
HSL227.4º45.87%57.25%-
HSV(B)227.4º51.02%76.86%-
XYZ21.1519.1954.81-
YUV119.73171.04111.08-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.47%
GREEN value IS 117 (46.09% from 255) = 28.61%
BLUE value IS 196 (76.95% from 255) = 47.92%
R=23.47%
G=28.61%
B=47.92%

CMYK

C (Cyan) values IS 0.51
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.23
SystemRedGreenBlueCMYKHSL
Decimal961171960.510.4000.23227.445.8757.25
Hex6075C43328017e32e39
Octal14016530463500273435671
Binary110000011101011100010011001110100001011111100011101110111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6075C4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6075C4; }

 p { color: rgb(96,117,196); }

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

<style>
 a { background-color: #6075C4; }

 a { background-color: rgb(96,117,196); }

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

<style>
 span { border-color: #6075C4; }

 span { border-color: rgb(96,117,196); }

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