Html Css Color HEX #675FDD Slate Blue

📋 copy color: '#675FDD'

red 103 ◦ green 95 ◦ blue 221

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

Shades of Slate Blue #675FDD

Tints of Slate Blue #675FDD

RGB

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

 GREEN value IS 95 (37.5% from 255) = 22.67%

 BLUE value IS 221 (86.72% from 255) = 52.74%

R = 24.58%
G = 22.67%
B = 52.74%

CMYK

 C value IS 0.53

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#675FDD (or 0x675FDD) is known color: Slate Blue. HEX triplet: 67, 5F and DD. RGB value is (103,95,221). Sum of RGB (Red+Green+Blue) = 103+95+221=419 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.58% from 419); Green value is 95 (37.5% from 255 or 22.67% from 419); Blue value is 221 (86.72% from 255 or 52.74% from 419); Max value from RGB is 221 - color contains mainly: blue. Hex color #675FDD is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FDD is #98A022. Grayscale: #6F6F6F. Windows color (decimal): -10002467 or 14507879. OLE color: 14507879.

HSL color Cylindrical-coordinate representation of color #675FDD: hue angle of 243.81º degrees, saturation: 0.65, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.57%. Process color model (Four color, CMYK) of #675FDD is Cyan = 0.53, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 95 221 -
CMYK 0.53 0.57 0 0.13
HSL 243.81º 0.65% 0.62% -
HSV(B) 243.81º 0.57% 0.87% -
XYZ 22.74 16.29 70.35 -
YUV 111.76 189.65 121.75 -
System Red Green Blue C M Y K H S L
Decimal 103 95 221 0.53 0.57 0 0.13 243.81 0.65 0.62
Hex 67 5F DD 35 39 0 D F4 41 3E
Octal 147 137 335 65 71 0 15 364 101 76
Binary 1100111 1011111 11011101 110101 111001 0 1101 11110100 1000001 111110

Color Harmonies of #675FDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FDD

Black with #675FDD

Text Example


Text Example

White with #675FDD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,95,221); }

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

background-color css

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

 a { background-color: rgb(103,95,221); }

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

border-color css

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

 span { border-color: rgb(103,95,221); }

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