#6061BF

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

Shades of Chetwode Blue #6061BF

Tints of Chetwode Blue #6061BF

Color information

#6061BF (or 0x6061BF) is unknown color: approx Chetwode Blue. HEX triplet: 60, 61 and BF. RGB value is (96,97,191). Sum of RGB (Red+Green+Blue) = 96+97+191=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 97 (38.28% from 255 or 25.26% from 384); Blue value is 191 (75% from 255 or 49.74% from 384); Max value from RGB is 191 - color contains mainly: blue. Hex color #6061BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6061BF is #9F9E40. Grayscale: #6B6B6B. Windows color (decimal): -10460737 or 12542304. OLE color: 12542304.

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

Color convert

RGB9697191-
CMYK0.500.4900.25
HSL239.37º42.6%56.27%-
HSV(B)239.37º49.74%74.9%-
XYZ18.514.851.17-
YUV107.42175.17119.86-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25%
GREEN value IS 97 (38.28% from 255) = 25.26%
BLUE value IS 191 (75% from 255) = 49.74%
R=25%
G=25.26%
B=49.74%

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
Decimal96971910.500.4900.25239.3742.656.27
Hex6061BF3231019ef2b38
Octal14014127762610313575370
Binary110000011000011011111111001011000101100111101111101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6061BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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