#616FCB

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

Shades of Chetwode Blue #616FCB

Tints of Chetwode Blue #616FCB

Color information

#616FCB (or 0x616FCB) is unknown color: approx Chetwode Blue. HEX triplet: 61, 6F and CB. RGB value is (97,111,203). Sum of RGB (Red+Green+Blue) = 97+111+203=411 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.60% from 411); Green value is 111 (43.75% from 255 or 27.01% from 411); Blue value is 203 (79.69% from 255 or 49.39% from 411); Max value from RGB is 203 - color contains mainly: blue. Hex color #616FCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FCB is #9E9034. Grayscale: #747474. Windows color (decimal): -10391605 or 13332321. OLE color: 13332321.

HSL color Cylindrical-coordinate representation of color #616FCB: hue angle of 232.08º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #616FCB is Cyan = 0.52, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB97111203-
CMYK0.520.4500.20
HSL232.08º50.48%58.82%-
HSV(B)232.08º52.22%79.61%-
XYZ21.3918.2258.89-
YUV117.3176.36113.52-

RGB Variations

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

RGB

RED value IS 97 (38.28% from 255) = 23.60%
GREEN value IS 111 (43.75% from 255) = 27.01%
BLUE value IS 203 (79.69% from 255) = 49.39%
R=23.60%
G=27.01%
B=49.39%

CMYK

C (Cyan) values IS 0.52
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal971112030.520.4500.20232.0850.4858.82
Hex616FCB342D014e8323b
Octal14115731364550243506273
Binary110000111011111100101111010010110101010011101000110010111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #616FCB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(97,111,203); }

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

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

 a { background-color: rgb(97,111,203); }

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

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

 span { border-color: rgb(97,111,203); }

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