#6062BF

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

Shades of Chetwode Blue #6062BF

Tints of Chetwode Blue #6062BF

Color information

#6062BF (or 0x6062BF) is unknown color: approx Chetwode Blue. HEX triplet: 60, 62 and BF. RGB value is (96,98,191). Sum of RGB (Red+Green+Blue) = 96+98+191=385 (50% of max value = 765). Red value is 96 (37.89% from 255 or 24.94% from 385); Green value is 98 (38.67% from 255 or 25.45% from 385); Blue value is 191 (75% from 255 or 49.61% from 385); Max value from RGB is 191 - color contains mainly: blue. Hex color #6062BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6062BF is #9F9D40. Grayscale: #6B6B6B. Windows color (decimal): -10460481 or 12542560. OLE color: 12542560.

HSL color Cylindrical-coordinate representation of color #6062BF: hue angle of 238.74º degrees, saturation: 0.43, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6062BF is Cyan = 0.50, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB9698191-
CMYK0.500.4900.25
HSL238.74º42.6%56.27%-
HSV(B)238.74º49.74%74.9%-
XYZ18.614.9851.2-
YUV108174.84119.44-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.94%
GREEN value IS 98 (38.67% from 255) = 25.45%
BLUE value IS 191 (75% from 255) = 49.61%
R=24.94%
G=25.45%
B=49.61%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal96981910.500.4900.25238.7442.656.27
Hex6062BF3231019ef2b38
Octal14014227762610313575370
Binary110000011000101011111111001011000101100111101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6062BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6062BF; }

 p { color: rgb(96,98,191); }

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

<style>
 a { background-color: #6062BF; }

 a { background-color: rgb(96,98,191); }

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

<style>
 span { border-color: #6062BF; }

 span { border-color: rgb(96,98,191); }

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