Html Css Color HEX #5F6DCA Chetwode Blue

📋 copy color: '#5F6DCA'

red 95 ◦ green 109 ◦ blue 202

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

Shades of Chetwode Blue #5F6DCA

Tints of Chetwode Blue #5F6DCA

RGB

 RED value IS 95 (37.5% from 255) = 23.4%

 GREEN value IS 109 (42.97% from 255) = 26.85%

 BLUE value IS 202 (79.3% from 255) = 49.75%

R = 23.4%
G = 26.85%
B = 49.75%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#5F6DCA (or 0x5F6DCA) is known color: Chetwode Blue. HEX triplet: 5F, 6D and CA. RGB value is (95,109,202). Sum of RGB (Red+Green+Blue) = 95+109+202=406 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.40% from 406); Green value is 109 (42.97% from 255 or 26.85% from 406); Blue value is 202 (79.30% from 255 or 49.75% from 406); Max value from RGB is 202 - color contains mainly: blue. Hex color #5F6DCA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6DCA is #A09235. Grayscale: #737373. Windows color (decimal): -10523190 or 13266271. OLE color: 13266271.

HSL color Cylindrical-coordinate representation of color #5F6DCA: hue angle of 232.15º degrees, saturation: 0.5, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #5F6DCA is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 95 109 202 -
CMYK 0.53 0.46 0 0.21
HSL 232.15º 0.5% 0.58% -
HSV(B) 232.15º 0.53% 0.79% -
XYZ 20.85 17.63 58.18 -
YUV 115.42 176.86 113.44 -
System Red Green Blue C M Y K H S L
Decimal 95 109 202 0.53 0.46 0 0.21 232.15 0.5 0.58
Hex 5F 6D CA 35 2E 0 15 E8 32 3A
Octal 137 155 312 65 56 0 25 350 62 72
Binary 1011111 1101101 11001010 110101 101110 0 10101 11101000 110010 111010

Color Harmonies of #5F6DCA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6DCA

Black with #5F6DCA

Text Example


Text Example

White with #5F6DCA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #5F6DCA; }

 p { color: rgb(95,109,202); }

 H1.HeaderClassName
 {
   color: #5F6DCA;
 }
 .AnyTagClassName
 {
   color: #5F6DCA;
 }
</style>

background-color css

<style>
 a { background-color: #5F6DCA; }

 a { background-color: rgb(95,109,202); }

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

border-color css

<style>
 span { border-color: #5F6DCA; }

 span { border-color: rgb(95,109,202); }

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