Html Css Color HEX #674CDD Slate Blue

📋 copy color: '#674CDD'

red 103 ◦ green 76 ◦ blue 221

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

Shades of Slate Blue #674CDD

Tints of Slate Blue #674CDD

RGB

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

 GREEN value IS 76 (30.08% from 255) = 19%

 BLUE value IS 221 (86.72% from 255) = 55.25%

R = 25.75%
G = 19%
B = 55.25%

CMYK

 C value IS 0.53

 M value IS 0.66

 Y value IS 0

 K value IS 0.13

RGB Variations

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

Color information

#674CDD (or 0x674CDD) is known color: Slate Blue. HEX triplet: 67, 4C and DD. RGB value is (103,76,221). Sum of RGB (Red+Green+Blue) = 103+76+221=400 (52% of max value = 765). Red value is 103 (40.62% from 255 or 25.75% from 400); Green value is 76 (30.08% from 255 or 19% from 400); Blue value is 221 (86.72% from 255 or 55.25% from 400); Max value from RGB is 221 - color contains mainly: blue. Hex color #674CDD is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #674CDD is #98B322. Grayscale: #646464. Windows color (decimal): -10007331 or 14503015. OLE color: 14503015.

HSL color Cylindrical-coordinate representation of color #674CDD: hue angle of 251.17º degrees, saturation: 0.68, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.66%. Process color model (Four color, CMYK) of #674CDD is Cyan = 0.53, Magento = 0.66, Yellow = 0 and Black (K on CMYK) = 0.13.

Color convert

RGB 103 76 221 -
CMYK 0.53 0.66 0 0.13
HSL 251.17º 0.68% 0.58% -
HSV(B) 251.17º 0.66% 0.87% -
XYZ 21.23 13.27 69.85 -
YUV 100.6 195.95 129.71 -
System Red Green Blue C M Y K H S L
Decimal 103 76 221 0.53 0.66 0 0.13 251.17 0.68 0.58
Hex 67 4C DD 35 42 0 D FB 44 3A
Octal 147 114 335 65 102 0 15 373 104 72
Binary 1100111 1001100 11011101 110101 1000010 0 1101 11111011 1000100 111010

Color Harmonies of #674CDD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #674CDD

Black with #674CDD

Text Example


Text Example

White with #674CDD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #674CDD; }

 p { color: rgb(103,76,221); }

 H1.HeaderClassName
 {
   color: #674CDD;
 }
 .AnyTagClassName
 {
   color: #674CDD;
 }
</style>

background-color css

<style>
 a { background-color: #674CDD; }

 a { background-color: rgb(103,76,221); }

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

border-color css

<style>
 span { border-color: #674CDD; }

 span { border-color: rgb(103,76,221); }

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