Html Css Color HEX #5F6DBA Chetwode Blue

📋 copy color: '#5F6DBA'

red 95 ◦ green 109 ◦ blue 186

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

Shades of Chetwode Blue #5F6DBA

Tints of Chetwode Blue #5F6DBA

RGB

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

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

 BLUE value IS 186 (73.05% from 255) = 47.69%

R = 24.36%
G = 27.95%
B = 47.69%

CMYK

 C value IS 0.49

 M value IS 0.41

 Y value IS 0

 K value IS 0.27

RGB Variations

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

Color information

#5F6DBA (or 0x5F6DBA) is known color: Chetwode Blue. HEX triplet: 5F, 6D and BA. RGB value is (95,109,186). Sum of RGB (Red+Green+Blue) = 95+109+186=390 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.36% from 390); Green value is 109 (42.97% from 255 or 27.95% from 390); Blue value is 186 (73.05% from 255 or 47.69% from 390); Max value from RGB is 186 - color contains mainly: blue. Hex color #5F6DBA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F6DBA is #A09245. Grayscale: #717171. Windows color (decimal): -10523206 or 12217695. OLE color: 12217695.

HSL color Cylindrical-coordinate representation of color #5F6DBA: hue angle of 230.77º degrees, saturation: 0.4, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.73% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #5F6DBA is Cyan = 0.49, Magento = 0.41, Yellow = 0 and Black (K on CMYK) = 0.27.

Color convert

RGB 95 109 186 -
CMYK 0.49 0.41 0 0.27
HSL 230.77º 0.4% 0.55% -
HSV(B) 230.77º 0.49% 0.73% -
XYZ 19.05 16.92 48.72 -
YUV 113.59 168.86 114.74 -
System Red Green Blue C M Y K H S L
Decimal 95 109 186 0.49 0.41 0 0.27 230.77 0.4 0.55
Hex 5F 6D BA 31 29 0 1B E7 28 37
Octal 137 155 272 61 51 0 33 347 50 67
Binary 1011111 1101101 10111010 110001 101001 0 11011 11100111 101000 110111

Color Harmonies of #5F6DBA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5F6DBA

Black with #5F6DBA

Text Example


Text Example

White with #5F6DBA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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