Html Css Color HEX #676BCB Slate Blue

📋 copy color: '#676BCB'

red 103 ◦ green 107 ◦ blue 203

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

Shades of Slate Blue #676BCB

Tints of Slate Blue #676BCB

RGB

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

 GREEN value IS 107 (42.19% from 255) = 25.91%

 BLUE value IS 203 (79.69% from 255) = 49.15%

R = 24.94%
G = 25.91%
B = 49.15%

CMYK

 C value IS 0.49

 M value IS 0.47

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#676BCB (or 0x676BCB) is known color: Slate Blue. HEX triplet: 67, 6B and CB. RGB value is (103,107,203). Sum of RGB (Red+Green+Blue) = 103+107+203=413 (54% of max value = 765). Red value is 103 (40.62% from 255 or 24.94% from 413); Green value is 107 (42.19% from 255 or 25.91% from 413); Blue value is 203 (79.69% from 255 or 49.15% from 413); Max value from RGB is 203 - color contains mainly: blue. Hex color #676BCB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #676BCB is #989434. Grayscale: #747474. Windows color (decimal): -9999413 or 13331303. OLE color: 13331303.

HSL color Cylindrical-coordinate representation of color #676BCB: hue angle of 237.6º degrees, saturation: 0.49, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #676BCB is Cyan = 0.49, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 103 107 203 -
CMYK 0.49 0.47 0 0.20
HSL 237.6º 0.49% 0.6% -
HSV(B) 237.6º 0.49% 0.8% -
XYZ 21.63 17.71 58.78 -
YUV 116.75 176.67 118.19 -
System Red Green Blue C M Y K H S L
Decimal 103 107 203 0.49 0.47 0 0.20 237.6 0.49 0.6
Hex 67 6B CB 31 2F 0 14 EE 31 3C
Octal 147 153 313 61 57 0 24 356 61 74
Binary 1100111 1101011 11001011 110001 101111 0 10100 11101110 110001 111100

Color Harmonies of #676BCB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #676BCB

Black with #676BCB

Text Example


Text Example

White with #676BCB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #676BCB; }

 p { color: rgb(103,107,203); }

 H1.HeaderClassName
 {
   color: #676BCB;
 }
 .AnyTagClassName
 {
   color: #676BCB;
 }
</style>

background-color css

<style>
 a { background-color: #676BCB; }

 a { background-color: rgb(103,107,203); }

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

border-color css

<style>
 span { border-color: #676BCB; }

 span { border-color: rgb(103,107,203); }

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