Html Css Color HEX #616CBD Chetwode Blue

📋 copy color: '#616CBD'

red 97 ◦ green 108 ◦ blue 189

#616CBD
Download Color Icon.PNG:
16x16 32x32 64x64 128x128 256x256

Shades of Chetwode Blue #616CBD

Tints of Chetwode Blue #616CBD

RGB

 RED value IS 97 (38.28% from 255) = 24.62%

 GREEN value IS 108 (42.58% from 255) = 27.41%

 BLUE value IS 189 (74.22% from 255) = 47.97%

R = 24.62%
G = 27.41%
B = 47.97%

CMYK

 C value IS 0.49

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#616CBD (or 0x616CBD) is known color: Chetwode Blue. HEX triplet: 61, 6C and BD. RGB value is (97,108,189). Sum of RGB (Red+Green+Blue) = 97+108+189=394 (52% of max value = 765). Red value is 97 (38.28% from 255 or 24.62% from 394); Green value is 108 (42.58% from 255 or 27.41% from 394); Blue value is 189 (74.22% from 255 or 47.97% from 394); Max value from RGB is 189 - color contains mainly: blue. Hex color #616CBD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616CBD is #9E9342. Grayscale: #717171. Windows color (decimal): -10392387 or 12414049. OLE color: 12414049.

HSL color Cylindrical-coordinate representation of color #616CBD: hue angle of 232.83º degrees, saturation: 0.41, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #616CBD is Cyan = 0.49, Magento = 0.43, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 97 108 189 -
CMYK 0.49 0.43 0 0.26
HSL 232.83º 0.41% 0.56% -
HSV(B) 232.83º 0.49% 0.74% -
XYZ 19.48 16.94 50.39 -
YUV 113.95 170.36 115.91 -
System Red Green Blue C M Y K H S L
Decimal 97 108 189 0.49 0.43 0 0.26 232.83 0.41 0.56
Hex 61 6C BD 31 2B 0 1A E9 29 38
Octal 141 154 275 61 53 0 32 351 51 70
Binary 1100001 1101100 10111101 110001 101011 0 11010 11101001 101001 111000

Color Harmonies of #616CBD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616CBD

Black with #616CBD

Text Example


Text Example

White with #616CBD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(97,108,189); }

 H1.HeaderClassName
 {
   color: #616CBD;
 }
 .AnyTagClassName
 {
   color: #616CBD;
 }
</style>

background-color css

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

 a { background-color: rgb(97,108,189); }

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

border-color css

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

 span { border-color: rgb(97,108,189); }

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