Html Css Color HEX #675CE0 Slate Blue

📋 copy color: '#675CE0'

red 103 ◦ green 92 ◦ blue 224

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

Shades of Slate Blue #675CE0

Tints of Slate Blue #675CE0

RGB

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

 GREEN value IS 92 (36.33% from 255) = 21.96%

 BLUE value IS 224 (87.89% from 255) = 53.46%

R = 24.58%
G = 21.96%
B = 53.46%

CMYK

 C value IS 0.54

 M value IS 0.59

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#675CE0 (or 0x675CE0) is known color: Slate Blue. HEX triplet: 67, 5C and E0. RGB value is (103,92,224). Sum of RGB (Red+Green+Blue) = 103+92+224=419 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.58% from 419); Green value is 92 (36.33% from 255 or 21.96% from 419); Blue value is 224 (87.89% from 255 or 53.46% from 419); Max value from RGB is 224 - color contains mainly: blue. Hex color #675CE0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675CE0 is #98A31F. Grayscale: #6D6D6D. Windows color (decimal): -10003232 or 14703719. OLE color: 14703719.

HSL color Cylindrical-coordinate representation of color #675CE0: hue angle of 245º degrees, saturation: 0.68, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #675CE0 is Cyan = 0.54, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 103 92 224 -
CMYK 0.54 0.59 0 0.12
HSL 245º 0.68% 0.62% -
HSV(B) 245º 0.59% 0.88% -
XYZ 22.88 15.92 72.39 -
YUV 110.34 192.14 122.77 -
System Red Green Blue C M Y K H S L
Decimal 103 92 224 0.54 0.59 0 0.12 245 0.68 0.62
Hex 67 5C E0 36 3B 0 C F5 44 3E
Octal 147 134 340 66 73 0 14 365 104 76
Binary 1100111 1011100 11100000 110110 111011 0 1100 11110101 1000100 111110

Color Harmonies of #675CE0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675CE0

Black with #675CE0

Text Example


Text Example

White with #675CE0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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