Html Css Color HEX #616FCC Chetwode Blue

📋 copy color: '#616FCC'

red 97 ◦ green 111 ◦ blue 204

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

Shades of Chetwode Blue #616FCC

Tints of Chetwode Blue #616FCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 49.51%

R = 23.54%
G = 26.94%
B = 49.51%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#616FCC (or 0x616FCC) is known color: Chetwode Blue. HEX triplet: 61, 6F and CC. RGB value is (97,111,204). Sum of RGB (Red+Green+Blue) = 97+111+204=412 (54% of max value = 765). Red value is 97 (38.28% from 255 or 23.54% from 412); Green value is 111 (43.75% from 255 or 26.94% from 412); Blue value is 204 (80.08% from 255 or 49.51% from 412); Max value from RGB is 204 - color contains mainly: blue. Hex color #616FCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #616FCC is #9E9033. Grayscale: #757575. Windows color (decimal): -10391604 or 13397857. OLE color: 13397857.

HSL color Cylindrical-coordinate representation of color #616FCC: hue angle of 232.15º degrees, saturation: 0.51, 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 #616FCC is Cyan = 0.52, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 97 111 204 -
CMYK 0.52 0.46 0 0.2
HSL 232.15º 0.51% 0.59% -
HSV(B) 232.15º 0.52% 0.8% -
XYZ 21.51 18.27 59.52 -
YUV 117.42 176.86 113.44 -
System Red Green Blue C M Y K H S L
Decimal 97 111 204 0.52 0.46 0 0.2 232.15 0.51 0.59
Hex 61 6F CC 34 2E 0 14 E8 33 3B
Octal 141 157 314 64 56 0 24 350 63 73
Binary 1100001 1101111 11001100 110100 101110 0 10100 11101000 110011 111011

Color Harmonies of #616FCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #616FCC

Black with #616FCC

Text Example


Text Example

White with #616FCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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