#6165BC

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

Shades of Chetwode Blue #6165BC

Tints of Chetwode Blue #6165BC

Color information

#6165BC (or 0x6165BC) is unknown color: approx Chetwode Blue. HEX triplet: 61, 65 and BC. RGB value is (97,101,188). Sum of RGB (Red+Green+Blue) = 97+101+188=386 (51% of max value = 765). Red value is 97 (38.28% from 255 or 25.13% from 386); Green value is 101 (39.84% from 255 or 26.17% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #6165BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6165BC is #9E9A43. Grayscale: #6D6D6D. Windows color (decimal): -10394180 or 12346721. OLE color: 12346721.

HSL color Cylindrical-coordinate representation of color #6165BC: hue angle of 237.36º degrees, saturation: 0.4, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6165BC is Cyan = 0.48, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97101188-
CMYK0.480.4600.26
HSL237.36º40.44%55.88%-
HSV(B)237.36º48.4%73.73%-
XYZ18.6615.4849.58-
YUV109.72172.17118.93-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 25.13%
GREEN value IS 101 (39.84% from 255) = 26.17%
BLUE value IS 188 (73.83% from 255) = 48.70%
R=25.13%
G=26.17%
B=48.70%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.46
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971011880.480.4600.26237.3640.4455.88
Hex6165BC302E01Aed2838
Octal14114527460560323555070
Binary110000111001011011110011000010111001101011101101101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6165BC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #6165BC; }

 p { color: rgb(97,101,188); }

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

<style>
 a { background-color: #6165BC; }

 a { background-color: rgb(97,101,188); }

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

<style>
 span { border-color: #6165BC; }

 span { border-color: rgb(97,101,188); }

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