#6065BB

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

Shades of Chetwode Blue #6065BB

Tints of Chetwode Blue #6065BB

Color information

#6065BB (or 0x6065BB) is unknown color: approx Chetwode Blue. HEX triplet: 60, 65 and BB. RGB value is (96,101,187). Sum of RGB (Red+Green+Blue) = 96+101+187=384 (50% of max value = 765). Red value is 96 (37.89% from 255 or 25% from 384); Green value is 101 (39.84% from 255 or 26.30% from 384); Blue value is 187 (73.44% from 255 or 48.70% from 384); Max value from RGB is 187 - color contains mainly: blue. Hex color #6065BB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6065BB is #9F9A44. Grayscale: #6C6C6C. Windows color (decimal): -10459717 or 12281184. OLE color: 12281184.

HSL color Cylindrical-coordinate representation of color #6065BB: hue angle of 236.7º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6065BB is Cyan = 0.49, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB96101187-
CMYK0.490.4600.27
HSL236.7º40.09%55.49%-
HSV(B)236.7º48.66%73.33%-
XYZ18.4515.3849.01-
YUV109.31171.84118.51-

RGB Variations

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

RGB

RED value IS 96 (37.89% from 255) = 25%
GREEN value IS 101 (39.84% from 255) = 26.30%
BLUE value IS 187 (73.44% from 255) = 48.70%
R=25%
G=26.30%
B=48.70%

CMYK

C (Cyan) values IS 0.49
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.27
SystemRedGreenBlueCMYKHSL
Decimal961011870.490.4600.27236.740.0955.49
Hex6065BB312E01Bed2837
Octal14014527361560333555067
Binary110000011001011011101111000110111001101111101101101000110111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6065BB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

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

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

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

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

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

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

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

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