Html Css Color HEX #675BCC Slate Blue

📋 copy color: '#675BCC'

red 103 ◦ green 91 ◦ blue 204

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

Shades of Slate Blue #675BCC

Tints of Slate Blue #675BCC

RGB

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

 GREEN value IS 91 (35.94% from 255) = 22.86%

 BLUE value IS 204 (80.08% from 255) = 51.26%

R = 25.88%
G = 22.86%
B = 51.26%

CMYK

 C value IS 0.50

 M value IS 0.55

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#675BCC (or 0x675BCC) is known color: Slate Blue. HEX triplet: 67, 5B and CC. RGB value is (103,91,204). Sum of RGB (Red+Green+Blue) = 103+91+204=398 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.88% from 398); Green value is 91 (35.94% from 255 or 22.86% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #675BCC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #675BCC is #98A433. Grayscale: #6B6B6B. Windows color (decimal): -10003508 or 13392743. OLE color: 13392743.

HSL color Cylindrical-coordinate representation of color #675BCC: hue angle of 246.37º degrees, saturation: 0.53, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #675BCC is Cyan = 0.50, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 103 91 204 -
CMYK 0.50 0.55 0 0.2
HSL 246.37º 0.53% 0.58% -
HSV(B) 246.37º 0.55% 0.8% -
XYZ 20.23 14.73 58.9 -
YUV 107.47 182.48 124.81 -
System Red Green Blue C M Y K H S L
Decimal 103 91 204 0.50 0.55 0 0.2 246.37 0.53 0.58
Hex 67 5B CC 32 37 0 14 F6 35 3A
Octal 147 133 314 62 67 0 24 366 65 72
Binary 1100111 1011011 11001100 110010 110111 0 10100 11110110 110101 111010

Color Harmonies of #675BCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #675BCC

Black with #675BCC

Text Example


Text Example

White with #675BCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(103,91,204); }

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

background-color css

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

 a { background-color: rgb(103,91,204); }

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

border-color css

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

 span { border-color: rgb(103,91,204); }

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