Html Css Color HEX #5E68BC Chetwode Blue

📋 copy color: '#5E68BC'

red 94 ◦ green 104 ◦ blue 188

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

Shades of Chetwode Blue #5E68BC

Tints of Chetwode Blue #5E68BC

RGB

 RED value IS 94 (37.11% from 255) = 24.35%

 GREEN value IS 104 (41.02% from 255) = 26.94%

 BLUE value IS 188 (73.83% from 255) = 48.7%

R = 24.35%
G = 26.94%
B = 48.7%

CMYK

 C value IS 0.50

 M value IS 0.45

 Y value IS 0

 K value IS 0.26

RGB Variations

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

Color information

#5E68BC (or 0x5E68BC) is known color: Chetwode Blue. HEX triplet: 5E, 68 and BC. RGB value is (94,104,188). Sum of RGB (Red+Green+Blue) = 94+104+188=386 (51% of max value = 765). Red value is 94 (37.11% from 255 or 24.35% from 386); Green value is 104 (41.02% from 255 or 26.94% from 386); Blue value is 188 (73.83% from 255 or 48.70% from 386); Max value from RGB is 188 - color contains mainly: blue. Hex color #5E68BC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5E68BC is #A19743. Grayscale: #6E6E6E. Windows color (decimal): -10590020 or 12347486. OLE color: 12347486.

HSL color Cylindrical-coordinate representation of color #5E68BC: hue angle of 233.62º degrees, saturation: 0.41, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.74% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5E68BC is Cyan = 0.50, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.26.

Color convert

RGB 94 104 188 -
CMYK 0.50 0.45 0 0.26
HSL 233.62º 0.41% 0.55% -
HSV(B) 233.62º 0.5% 0.74% -
XYZ 18.64 15.91 49.67 -
YUV 110.59 171.69 116.17 -
System Red Green Blue C M Y K H S L
Decimal 94 104 188 0.50 0.45 0 0.26 233.62 0.41 0.55
Hex 5E 68 BC 32 2D 0 1A EA 29 37
Octal 136 150 274 62 55 0 32 352 51 67
Binary 1011110 1101000 10111100 110010 101101 0 11010 11101010 101001 110111

Color Harmonies of #5E68BC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #5E68BC

Black with #5E68BC

Text Example


Text Example

White with #5E68BC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(94,104,188); }

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

background-color css

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

 a { background-color: rgb(94,104,188); }

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

border-color css

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

 span { border-color: rgb(94,104,188); }

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