Html Css Color HEX #675FDF Slate Blue

📋 copy color: '#675FDF'

red 103 ◦ green 95 ◦ blue 223

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

Shades of Slate Blue #675FDF

Tints of Slate Blue #675FDF

RGB

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

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

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

R = 24.47%
G = 22.57%
B = 52.97%

CMYK

 C value IS 0.54

 M value IS 0.57

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#675FDF (or 0x675FDF) is known color: Slate Blue. HEX triplet: 67, 5F and DF. RGB value is (103,95,223). Sum of RGB (Red+Green+Blue) = 103+95+223=421 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.47% from 421); Green value is 95 (37.5% from 255 or 22.57% from 421); Blue value is 223 (87.5% from 255 or 52.97% from 421); Max value from RGB is 223 - color contains mainly: blue. Hex color #675FDF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FDF is #98A020. Grayscale: #6F6F6F. Windows color (decimal): -10002465 or 14638951. OLE color: 14638951.

HSL color Cylindrical-coordinate representation of color #675FDF: hue angle of 243.75º degrees, saturation: 0.67, 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 #675FDF is Cyan = 0.54, Magento = 0.57, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 95 223 -
CMYK 0.54 0.57 0 0.13
HSL 243.75º 0.67% 0.62% -
HSV(B) 243.75º 0.57% 0.87% -
XYZ 23.01 16.4 71.76 -
YUV 111.98 190.65 121.59 -
System Red Green Blue C M Y K H S L
Decimal 103 95 223 0.54 0.57 0 0.13 243.75 0.67 0.62
Hex 67 5F DF 36 39 0 D F4 43 3E
Octal 147 137 337 66 71 0 15 364 103 76
Binary 1100111 1011111 11011111 110110 111001 0 1101 11110100 1000011 111110

Color Harmonies of #675FDF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FDF

Black with #675FDF

Text Example


Text Example

White with #675FDF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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