#6065BF

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

Shades of Chetwode Blue #6065BF

Tints of Chetwode Blue #6065BF

Color information

#6065BF (or 0x6065BF) is unknown color: approx Chetwode Blue. HEX triplet: 60, 65 and BF. RGB value is (96,101,191). Sum of RGB (Red+Green+Blue) = 96+101+191=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 101 (39.84% from 255 or 26.03% from 388); Blue value is 191 (75% from 255 or 49.23% from 388); Max value from RGB is 191 - color contains mainly: blue. Hex color #6065BF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6065BF is #9F9A40. Grayscale: #6D6D6D. Windows color (decimal): -10459713 or 12543328. OLE color: 12543328.

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

Color convert

RGB96101191-
CMYK0.500.4700.25
HSL236.84º42.6%56.27%-
HSV(B)236.84º49.74%74.9%-
XYZ18.8815.5651.3-
YUV109.76173.84118.18-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 24.74%
GREEN value IS 101 (39.84% from 255) = 26.03%
BLUE value IS 191 (75% from 255) = 49.23%
R=24.74%
G=26.03%
B=49.23%

CMYK

C (Cyan) values IS 0.50
M (Magenta) values IS 0.47
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal961011910.500.4700.25236.8442.656.27
Hex6065BF322F019ed2b38
Octal14014527762570313555370
Binary110000011001011011111111001010111101100111101101101011111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6065BF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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