#606FBA

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

Shades of Chetwode Blue #606FBA

Tints of Chetwode Blue #606FBA

Color information

#606FBA (or 0x606FBA) is unknown color: approx Chetwode Blue. HEX triplet: 60, 6F and BA. RGB value is (96,111,186). Sum of RGB (Red+Green+Blue) = 96+111+186=393 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.43% from 393); Green value is 111 (43.75% from 255 or 28.24% from 393); Blue value is 186 (73.05% from 255 or 47.33% from 393); Max value from RGB is 186 - color contains mainly: blue. Hex color #606FBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #606FBA is #9F9045. Grayscale: #727272. Windows color (decimal): -10457158 or 12218208. OLE color: 12218208.

HSL color Cylindrical-coordinate representation of color #606FBA: hue angle of 230º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #606FBA is Cyan = 0.48, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96111186-
CMYK0.480.4000.27
HSL230º39.47%55.29%-
HSV(B)230º48.39%72.94%-
XYZ19.3717.448.79-
YUV115.06168.03114.4-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.43%
GREEN value IS 111 (43.75% from 255) = 28.24%
BLUE value IS 186 (73.05% from 255) = 47.33%
R=24.43%
G=28.24%
B=47.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.40
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961111860.480.4000.2723039.4755.29
Hex606FBA302801Be62737
Octal14015727260500333464767
Binary110000011011111011101011000010100001101111100110100111110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #606FBA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(96,111,186); }

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

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

 a { background-color: rgb(96,111,186); }

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

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

 span { border-color: rgb(96,111,186); }

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