Html Css Color HEX #675FCE Slate Blue

📋 copy color: '#675FCE'

red 103 ◦ green 95 ◦ blue 206

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

Shades of Slate Blue #675FCE

Tints of Slate Blue #675FCE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 50.99%

R = 25.5%
G = 23.51%
B = 50.99%

CMYK

 C value IS 0.50

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#675FCE (or 0x675FCE) is known color: Slate Blue. HEX triplet: 67, 5F and CE. RGB value is (103,95,206). Sum of RGB (Red+Green+Blue) = 103+95+206=404 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.50% from 404); Green value is 95 (37.5% from 255 or 23.51% from 404); Blue value is 206 (80.86% from 255 or 50.99% from 404); Max value from RGB is 206 - color contains mainly: blue. Hex color #675FCE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675FCE is #98A031. Grayscale: #6D6D6D. Windows color (decimal): -10002482 or 13524839. OLE color: 13524839.

HSL color Cylindrical-coordinate representation of color #675FCE: hue angle of 244.32º degrees, saturation: 0.53, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #675FCE is Cyan = 0.50, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 103 95 206 -
CMYK 0.50 0.54 0 0.19
HSL 244.32º 0.53% 0.59% -
HSV(B) 244.32º 0.54% 0.81% -
XYZ 20.83 15.52 60.29 -
YUV 110.05 182.15 122.97 -
System Red Green Blue C M Y K H S L
Decimal 103 95 206 0.50 0.54 0 0.19 244.32 0.53 0.59
Hex 67 5F CE 32 36 0 13 F4 35 3B
Octal 147 137 316 62 66 0 23 364 65 73
Binary 1100111 1011111 11001110 110010 110110 0 10011 11110100 110101 111011

Color Harmonies of #675FCE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675FCE

Black with #675FCE

Text Example


Text Example

White with #675FCE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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