#616BBC

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

Shades of Chetwode Blue #616BBC

Tints of Chetwode Blue #616BBC

Color information

#616BBC (or 0x616BBC) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6B and BC. RGB value is (97,107,188). Sum of RGB (Red+Green+Blue) = 97+107+188=392 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.74% from 392); Green value is 107 (42.19% from 255 or 27.30% from 392); Blue value is 188 (73.83% from 255 or 47.96% from 392); Max value from RGB is 188 - color contains mainly: blue. Hex color #616BBC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616BBC is #9E9443. Grayscale: #707070. Windows color (decimal): -10392644 or 12348257. OLE color: 12348257.

HSL color Cylindrical-coordinate representation of color #616BBC: hue angle of 233.41º 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 #616BBC is Cyan = 0.48, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB97107188-
CMYK0.480.4300.26
HSL233.41º40.44%55.88%-
HSV(B)233.41º48.4%73.73%-
XYZ19.2616.6949.78-
YUV113.24170.19116.41-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 24.74%
GREEN value IS 107 (42.19% from 255) = 27.30%
BLUE value IS 188 (73.83% from 255) = 47.96%
R=24.74%
G=27.30%
B=47.96%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.43
Y (Yellow) values IS 0
K (Black) values IS 0.26
SystemRedGreenBlueCMYKHSL
Decimal971071880.480.4300.26233.4140.4455.88
Hex616BBC302B01Ae92838
Octal14115327460530323515070
Binary110000111010111011110011000010101101101011101001101000111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616BBC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #616BBC; }

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

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

<style>
 a { background-color: #616BBC; }

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

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

<style>
 span { border-color: #616BBC; }

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

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