Html Css Color HEX #675ADA Slate Blue

📋 copy color: '#675ADA'

red 103 ◦ green 90 ◦ blue 218

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

Shades of Slate Blue #675ADA

Tints of Slate Blue #675ADA

RGB

 RED value IS 103 (40.63% from 255) = 25.06%

 GREEN value IS 90 (35.55% from 255) = 21.9%

 BLUE value IS 218 (85.55% from 255) = 53.04%

R = 25.06%
G = 21.9%
B = 53.04%

CMYK

 C value IS 0.53

 M value IS 0.59

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#675ADA (or 0x675ADA) is known color: Slate Blue. HEX triplet: 67, 5A and DA. RGB value is (103,90,218). Sum of RGB (Red+Green+Blue) = 103+90+218=411 (54% of max value = 765). Red value is 103 (40.62% from 255 or 25.06% from 411); Green value is 90 (35.55% from 255 or 21.90% from 411); Blue value is 218 (85.55% from 255 or 53.04% from 411); Max value from RGB is 218 - color contains mainly: blue. Hex color #675ADA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ADA is #98A525. Grayscale: #6B6B6B. Windows color (decimal): -10003750 or 14309991. OLE color: 14309991.

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

Color convert

RGB 103 90 218 -
CMYK 0.53 0.59 0 0.15
HSL 246.09º 0.63% 0.6% -
HSV(B) 246.09º 0.59% 0.85% -
XYZ 21.9 15.26 68.12 -
YUV 108.48 189.81 124.09 -
System Red Green Blue C M Y K H S L
Decimal 103 90 218 0.53 0.59 0 0.15 246.09 0.63 0.6
Hex 67 5A DA 35 3B 0 F F6 3F 3C
Octal 147 132 332 65 73 0 17 366 77 74
Binary 1100111 1011010 11011010 110101 111011 0 1111 11110110 111111 111100

Color Harmonies of #675ADA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675ADA

Black with #675ADA

Text Example


Text Example

White with #675ADA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

 H1.HeaderClassName
 {
   color: #675ADA;
 }
 .AnyTagClassName
 {
   color: #675ADA;
 }
</style>

background-color css

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

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

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

border-color css

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

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

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