#5F69CD

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

Shades of Chetwode Blue #5F69CD

Tints of Chetwode Blue #5F69CD

Color information

#5F69CD (or 0x5F69CD) is unknown color: approx Chetwode Blue. HEX triplet: 5F, 69 and CD. RGB value is (95,105,205). Sum of RGB (Red+Green+Blue) = 95+105+205=405 (53% of max value = 765). Red value is 95 (37.5% from 255 or 23.46% from 405); Green value is 105 (41.41% from 255 or 25.93% from 405); Blue value is 205 (80.47% from 255 or 50.62% from 405); Max value from RGB is 205 - color contains mainly: blue. Hex color #5F69CD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #5F69CD is #A09632. Grayscale: #707070. Windows color (decimal): -10524211 or 13461855. OLE color: 13461855.

HSL color Cylindrical-coordinate representation of color #5F69CD: hue angle of 234.55º degrees, saturation: 0.52, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #5F69CD is Cyan = 0.54, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB95105205-
CMYK0.540.4900.20
HSL234.55º52.38%58.82%-
HSV(B)234.55º53.66%80.39%-
XYZ20.7916.9459.93-
YUV113.41179.69114.87-

RGB Variations

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

RGB

RED value IS 95 (37.5% from 255) = 23.46%
GREEN value IS 105 (41.41% from 255) = 25.93%
BLUE value IS 205 (80.47% from 255) = 50.62%
R=23.46%
G=25.93%
B=50.62%

CMYK

C (Cyan) values IS 0.54
M (Magenta) values IS 0.49
Y (Yellow) values IS 0
K (Black) values IS 0.20
SystemRedGreenBlueCMYKHSL
Decimal951052050.540.4900.20234.5552.3858.82
Hex5F69CD3631014eb343b
Octal13715131566610243536473
Binary101111111010011100110111011011000101010011101011110100111011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #5F69CD

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(95,105,205); }

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

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

 a { background-color: rgb(95,105,205); }

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

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

 span { border-color: rgb(95,105,205); }

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