Html Css Color HEX #616FCD Chetwode Blue

📋 copy color: '#616FCD'

red 97 ◦ green 111 ◦ blue 205

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

Shades of Chetwode Blue #616FCD

Tints of Chetwode Blue #616FCD

RGB

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

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

 BLUE value IS 205 (80.47% from 255) = 49.64%

R = 23.49%
G = 26.88%
B = 49.64%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#616FCD (or 0x616FCD) is known color: Chetwode Blue. HEX triplet: 61, 6F and CD. RGB value is (97,111,205). Sum of RGB (Red+Green+Blue) = 97+111+205=413 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.49% from 413); Green value is 111 (43.75% from 255 or 26.88% from 413); Blue value is 205 (80.47% from 255 or 49.64% from 413); Max value from RGB is 205 - color contains mainly: blue. Hex color #616FCD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FCD is #9E9032. Grayscale: #757575. Windows color (decimal): -10391603 or 13463393. OLE color: 13463393.

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

Color convert

RGB 97 111 205 -
CMYK 0.53 0.46 0 0.20
HSL 232.22º 0.52% 0.59% -
HSV(B) 232.22º 0.53% 0.8% -
XYZ 21.63 18.32 60.15 -
YUV 117.53 177.36 113.36 -
System Red Green Blue C M Y K H S L
Decimal 97 111 205 0.53 0.46 0 0.20 232.22 0.52 0.59
Hex 61 6F CD 35 2E 0 14 E8 34 3B
Octal 141 157 315 65 56 0 24 350 64 73
Binary 1100001 1101111 11001101 110101 101110 0 10100 11101000 110100 111011

Color Harmonies of #616FCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616FCD

Black with #616FCD

Text Example


Text Example

White with #616FCD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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