#606ABE

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

Shades of Chetwode Blue #606ABE

Tints of Chetwode Blue #606ABE

Color information

#606ABE (or 0x606ABE) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6A and BE. RGB value is (96,106,190). Sum of RGB (Red+Green+Blue) = 96+106+190=392 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.49% from 392); Green value is 106 (41.80% from 255 or 27.04% from 392); Blue value is 190 (74.61% from 255 or 48.47% from 392); Max value from RGB is 190 - color contains mainly: blue. Hex color #606ABE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606ABE is #9F9541. Grayscale: #707070. Windows color (decimal): -10458434 or 12479072. OLE color: 12479072.

HSL color Cylindrical-coordinate representation of color #606ABE: hue angle of 233.62º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #606ABE is Cyan = 0.49, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB96106190-
CMYK0.490.4400.25
HSL233.62º41.96%56.08%-
HSV(B)233.62º49.47%74.51%-
XYZ19.2716.5150.89-
YUV112.59171.69116.17-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.49%
GREEN value IS 106 (41.80% from 255) = 27.04%
BLUE value IS 190 (74.61% from 255) = 48.47%
R=24.49%
G=27.04%
B=48.47%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.44
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961061900.490.4400.25233.6241.9656.08
Hex606ABE312C019ea2a38
Octal14015227661540313525270
Binary110000011010101011111011000110110001100111101010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606ABE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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