#675CDA

Color #675CDA Slate Blue (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Slate Blue #675CDA

Tints of Slate Blue #675CDA

Color information

#675CDA (or 0x675CDA) is unknown color: approx Slate Blue. HEX triplet: 67, 5C and DA. RGB value is (103,92,218). Sum of RGB (Red+Green+Blue) = 103+92+218=413 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.94% from 413); Green value is 92 (36.33% from 255 or 22.28% from 413); Blue value is 218 (85.55% from 255 or 52.78% from 413); Max value from RGB is 218 - color contains mainly: blue. Hex color #675CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675CDA is #98A325. Grayscale: #6D6D6D. Windows color (decimal): -10003238 or 14310503. OLE color: 14310503.

HSL color Cylindrical-coordinate representation of color #675CDA: hue angle of 245.24º degrees, saturation: 0.63, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #675CDA is Cyan = 0.53, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB10392218-
CMYK0.530.5800.15
HSL245.24º63%60.78%-
HSV(B)245.24º57.8%85.49%-
XYZ22.0815.668.18-
YUV109.65189.14123.25-

RGB Variations

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

RGB

RED value IS 103 (40.62% from 255) = 24.94%
GREEN value IS 92 (36.33% from 255) = 22.28%
BLUE value IS 218 (85.55% from 255) = 52.78%
R=24.94%
G=22.28%
B=52.78%

CMYK

C (Cyan) values IS 0.53
M (Magenta) values IS 0.58
Y (Yellow) values IS 0
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal103922180.530.5800.15245.246360.78
Hex675CDA353A0Ff53f3d
Octal14713433265720173657775
Binary11001111011100110110101101011110100111111110101111111111101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #675CDA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #675CDA; }

 p { color: rgb(103,92,218); }

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

<style>
 a { background-color: #675CDA; }

 a { background-color: rgb(103,92,218); }

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

<style>
 span { border-color: #675CDA; }

 span { border-color: rgb(103,92,218); }

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