Html Css Color HEX #616FCB Chetwode Blue

📋 copy color: '#616FCB'

red 97 ◦ green 111 ◦ blue 203

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

Shades of Chetwode Blue #616FCB

Tints of Chetwode Blue #616FCB

RGB

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

 GREEN value IS 111 (43.75% from 255) = 27.01%

 BLUE value IS 203 (79.69% from 255) = 49.39%

R = 23.6%
G = 27.01%
B = 49.39%

CMYK

 C value IS 0.52

 M value IS 0.45

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

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

RGB 97 111 203 -
CMYK 0.52 0.45 0 0.20
HSL 232.08º 0.5% 0.59% -
HSV(B) 232.08º 0.52% 0.8% -
XYZ 21.39 18.22 58.89 -
YUV 117.3 176.36 113.52 -
System Red Green Blue C M Y K H S L
Decimal 97 111 203 0.52 0.45 0 0.20 232.08 0.5 0.59
Hex 61 6F CB 34 2D 0 14 E8 32 3B
Octal 141 157 313 64 55 0 24 350 62 73
Binary 1100001 1101111 11001011 110100 101101 0 10100 11101000 110010 111011

Color Harmonies of #616FCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616FCB

Black with #616FCB

Text Example


Text Example

White with #616FCB

Text Example


Text Example

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