#6071CE

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

Shades of Chetwode Blue #6071CE

Tints of Chetwode Blue #6071CE

Color information

#6071CE (or 0x6071CE) is unknown color: approx Chetwode Blue. HEX triplet: 60, 71 and CE. RGB value is (96,113,206). Sum of RGB (Red+Green+Blue) = 96+113+206=415 (54% of max value = 765). Red value is 96 (37.89% from 255 or 23.13% from 415); Green value is 113 (44.53% from 255 or 27.23% from 415); Blue value is 206 (80.86% from 255 or 49.64% from 415); Max value from RGB is 206 - color contains mainly: blue. Hex color #6071CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6071CE is #9F8E31. Grayscale: #767676. Windows color (decimal): -10456626 or 13529440. OLE color: 13529440.

HSL color Cylindrical-coordinate representation of color #6071CE: hue angle of 230.73º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6071CE is Cyan = 0.53, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB96113206-
CMYK0.530.4500.19
HSL230.73º52.88%59.22%-
HSV(B)230.73º53.4%80.78%-
XYZ21.8718.7560.86-
YUV118.52177.37111.94-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 23.13%
GREEN value IS 113 (44.53% from 255) = 27.23%
BLUE value IS 206 (80.86% from 255) = 49.64%
R=23.13%
G=27.23%
B=49.64%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal961132060.530.4500.19230.7352.8859.22
Hex6071CE352D013e7353b
Octal14016131665550233476573
Binary110000011100011100111011010110110101001111100111110101111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6071CE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6071CE; }

 p { color: rgb(96,113,206); }

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

<style>
 a { background-color: #6071CE; }

 a { background-color: rgb(96,113,206); }

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

<style>
 span { border-color: #6071CE; }

 span { border-color: rgb(96,113,206); }

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