#606ABF

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

Shades of Chetwode Blue #606ABF

Tints of Chetwode Blue #606ABF

Color information

#606ABF (or 0x606ABF) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6A and BF. RGB value is (96,106,191). Sum of RGB (Red+Green+Blue) = 96+106+191=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 106 (41.80% from 255 or 26.97% from 393); Blue value is 191 (75% from 255 or 48.60% from 393); Max value from RGB is 191 - color contains mainly: blue. Hex color #606ABF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ABF is #9F9540. Grayscale: #707070. Windows color (decimal): -10458433 or 12544608. OLE color: 12544608.

HSL color Cylindrical-coordinate representation of color #606ABF: hue angle of 233.68º 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 #606ABF is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96106191-
CMYK0.500.4500.25
HSL233.68º42.6%56.27%-
HSV(B)233.68º49.74%74.9%-
XYZ19.3816.5651.46-
YUV112.7172.19116.09-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.43%
GREEN value IS 106 (41.80% from 255) = 26.97%
BLUE value IS 191 (75% from 255) = 48.60%
R=24.43%
G=26.97%
B=48.60%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961061910.500.4500.25233.6842.656.27
Hex606ABF322D019ea2b38
Octal14015227762550313525370
Binary110000011010101011111111001010110101100111101010101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606ABF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #606ABF; }

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

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

<style>
 a { background-color: #606ABF; }

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

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

<style>
 span { border-color: #606ABF; }

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

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