Html Css Color HEX #675ADF Slate Blue

📋 copy color: '#675ADF'

red 103 ◦ green 90 ◦ blue 223

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

Shades of Slate Blue #675ADF

Tints of Slate Blue #675ADF

RGB

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

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

 BLUE value IS 223 (87.5% from 255) = 53.61%

R = 24.76%
G = 21.63%
B = 53.61%

CMYK

 C value IS 0.54

 M value IS 0.60

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#675ADF (or 0x675ADF) is known color: Slate Blue. HEX triplet: 67, 5A and DF. RGB value is (103,90,223). Sum of RGB (Red+Green+Blue) = 103+90+223=416 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.76% from 416); Green value is 90 (35.55% from 255 or 21.63% from 416); Blue value is 223 (87.5% from 255 or 53.61% from 416); Max value from RGB is 223 - color contains mainly: blue. Hex color #675ADF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675ADF is #98A520. Grayscale: #6C6C6C. Windows color (decimal): -10003745 or 14637671. OLE color: 14637671.

HSL color Cylindrical-coordinate representation of color #675ADF: hue angle of 245.86º degrees, saturation: 0.68, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #675ADF is Cyan = 0.54, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 90 223 -
CMYK 0.54 0.60 0 0.13
HSL 245.86º 0.68% 0.61% -
HSV(B) 245.86º 0.6% 0.87% -
XYZ 22.57 15.52 71.62 -
YUV 109.05 192.31 123.69 -
System Red Green Blue C M Y K H S L
Decimal 103 90 223 0.54 0.60 0 0.13 245.86 0.68 0.61
Hex 67 5A DF 36 3C 0 D F6 44 3D
Octal 147 132 337 66 74 0 15 366 104 75
Binary 1100111 1011010 11011111 110110 111100 0 1101 11110110 1000100 111101

Color Harmonies of #675ADF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675ADF

Black with #675ADF

Text Example


Text Example

White with #675ADF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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