Html Css Color HEX #616BBC Chetwode Blue

📋 copy color: '#616BBC'

red 97 ◦ green 107 ◦ blue 188

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

Shades of Chetwode Blue #616BBC

Tints of Chetwode Blue #616BBC

RGB

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

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

 BLUE value IS 188 (73.83% from 255) = 47.96%

R = 24.74%
G = 27.3%
B = 47.96%

CMYK

 C value IS 0.48

 M value IS 0.43

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#616BBC (or 0x616BBC) is known color: 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

RGB 97 107 188 -
CMYK 0.48 0.43 0 0.26
HSL 233.41º 0.4% 0.56% -
HSV(B) 233.41º 0.48% 0.74% -
XYZ 19.26 16.69 49.78 -
YUV 113.24 170.19 116.41 -
System Red Green Blue C M Y K H S L
Decimal 97 107 188 0.48 0.43 0 0.26 233.41 0.4 0.56
Hex 61 6B BC 30 2B 0 1A E9 28 38
Octal 141 153 274 60 53 0 32 351 50 70
Binary 1100001 1101011 10111100 110000 101011 0 11010 11101001 101000 111000

Color Harmonies of #616BBC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616BBC

Black with #616BBC

Text Example


Text Example

White with #616BBC

Text Example


Text Example

HTML Codes & Css Web 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>