#6074C1

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

Shades of Chetwode Blue #6074C1

Tints of Chetwode Blue #6074C1

Color information

#6074C1 (or 0x6074C1) is unknown color: approx Chetwode Blue. HEX triplet: 60, 74 and C1. RGB value is (96,116,193). Sum of RGB (Red+Green+Blue) = 96+116+193=405 (53% of max value = 765). Red value is 96 (37.89% from 255 or 23.70% from 405); Green value is 116 (45.70% from 255 or 28.64% from 405); Blue value is 193 (75.78% from 255 or 47.65% from 405); Max value from RGB is 193 - color contains mainly: blue. Hex color #6074C1 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6074C1 is #9F8B3E. Grayscale: #767676. Windows color (decimal): -10455871 or 12678240. OLE color: 12678240.

HSL color Cylindrical-coordinate representation of color #6074C1: hue angle of 227.63º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6074C1 is Cyan = 0.50, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB96116193-
CMYK0.500.4000.24
HSL227.63º43.89%56.67%-
HSV(B)227.63º50.26%75.69%-
XYZ20.6918.8353-
YUV118.8169.87111.74-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.70%
GREEN value IS 116 (45.70% from 255) = 28.64%
BLUE value IS 193 (75.78% from 255) = 47.65%
R=23.70%
G=28.64%
B=47.65%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.24
SystemRedGreenBlueCMYKHSL
Decimal961161930.500.4000.24227.6343.8956.67
Hex6074C13228018e42c39
Octal14016430162500303445471
Binary110000011101001100000111001010100001100011100100101100111001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6074C1

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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