Html Css Color HEX #616BBA Chetwode Blue

📋 copy color: '#616BBA'

red 97 ◦ green 107 ◦ blue 186

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

Shades of Chetwode Blue #616BBA

Tints of Chetwode Blue #616BBA

RGB

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

 GREEN value IS 107 (42.19% from 255) = 27.44%

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 24.87%
G = 27.44%
B = 47.69%

CMYK

 C value IS 0.48

 M value IS 0.42

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#616BBA (or 0x616BBA) is known color: Chetwode Blue. HEX triplet: 61, 6B and BA. RGB value is (97,107,186). Sum of RGB (Red+Green+Blue) = 97+107+186=390 (51% of max value = 765). Red value is 97 (38.28% from 255 or 24.87% from 390); Green value is 107 (42.19% from 255 or 27.44% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #616BBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616BBA is #9E9445. Grayscale: #707070. Windows color (decimal): -10392646 or 12217185. OLE color: 12217185.

HSL color Cylindrical-coordinate representation of color #616BBA: hue angle of 233.26º degrees, saturation: 0.39, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #616BBA is Cyan = 0.48, Magento = 0.42, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 97 107 186 -
CMYK 0.48 0.42 0 0.27
HSL 233.26º 0.39% 0.55% -
HSV(B) 233.26º 0.48% 0.73% -
XYZ 19.05 16.6 48.65 -
YUV 113.02 169.19 116.58 -
System Red Green Blue C M Y K H S L
Decimal 97 107 186 0.48 0.42 0 0.27 233.26 0.39 0.55
Hex 61 6B BA 30 2A 0 1B E9 27 37
Octal 141 153 272 60 52 0 33 351 47 67
Binary 1100001 1101011 10111010 110000 101010 0 11011 11101001 100111 110111

Color Harmonies of #616BBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616BBA

Black with #616BBA

Text Example


Text Example

White with #616BBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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