#5F68BE

Color #5F68BE Chetwode Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Chetwode Blue #5F68BE

Tints of Chetwode Blue #5F68BE

Color information

#5F68BE (or 0x5F68BE) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 68 and BE. RGB value is (95,104,190). Sum of RGB (Red+Green+Blue) = 95+104+190=389 (51% of max value = 765). Red value is 95 (37.5% from 255 or 24.42% from 389); Green value is 104 (41.02% from 255 or 26.74% from 389); Blue value is 190 (74.61% from 255 or 48.84% from 389); Max value from RGB is 190 - color contains mainly: blue. Hex color #5F68BE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F68BE is #A09741. Grayscale: #6E6E6E. Windows color (decimal): -10524482 or 12478559. OLE color: 12478559.

HSL color Cylindrical-coordinate representation of color #5F68BE: hue angle of 234.32º degrees, saturation: 0.42, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.75% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #5F68BE is Cyan = 0.5, Magento = 0.45, Yellow = 0 and Black (K on CMYK) = 0.25.

Color convert

RGB95104190-
CMYK0.50.4500.25
HSL234.32º42.22%55.88%-
HSV(B)234.32º50%74.51%-
XYZ18.9616.0550.81-
YUV111.11172.52116.51-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 24.42%
GREEN value IS 104 (41.02% from 255) = 26.74%
BLUE value IS 190 (74.61% from 255) = 48.84%
R=24.42%
G=26.74%
B=48.84%

CMYK

C (Cyan) values IS 0.5
M (Magenta) values IS 0.45
Y (Yellow) values IS 0
K (Black) values IS 0.25
SystemRedGreenBlueCMYKHSL
Decimal951041900.50.4500.25234.3242.2255.88
Hex5F68BE322D019ea2a38
Octal13715027662550313525270
Binary101111111010001011111011001010110101100111101010101010111000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F68BE

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,104,190); }

 H1.HeaderClassName
 {
   color: #5F68BE;
 }
 .AnyTagClassName
 {
   color: #5F68BE;
 }
</style>
background-color css

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

 a { background-color: rgb(95,104,190); }

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

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

 span { border-color: rgb(95,104,190); }

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