Html Css Color HEX #6674D8 Slate Blue

📋 copy color: '#6674D8'

red 102 ◦ green 116 ◦ blue 216

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

Shades of Slate Blue #6674D8

Tints of Slate Blue #6674D8

RGB

 RED value IS 102 (40.23% from 255) = 23.5%

 GREEN value IS 116 (45.7% from 255) = 26.73%

 BLUE value IS 216 (84.77% from 255) = 49.77%

R = 23.5%
G = 26.73%
B = 49.77%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6674D8 (or 0x6674D8) is known color: Slate Blue. HEX triplet: 66, 74 and D8. RGB value is (102,116,216). Sum of RGB (Red+Green+Blue) = 102+116+216=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 116 (45.70% from 255 or 26.73% from 434); Blue value is 216 (84.77% from 255 or 49.77% from 434); Max value from RGB is 216 - color contains mainly: blue. Hex color #6674D8 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6674D8 is #998B27. Grayscale: #7A7A7A. Windows color (decimal): -10062632 or 14185574. OLE color: 14185574.

HSL color Cylindrical-coordinate representation of color #6674D8: hue angle of 232.63º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6674D8 is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 116 216 -
CMYK 0.53 0.46 0 0.15
HSL 232.63º 0.59% 0.62% -
HSV(B) 232.63º 0.53% 0.85% -
XYZ 24.12 20.27 67.61 -
YUV 123.21 180.36 112.87 -
System Red Green Blue C M Y K H S L
Decimal 102 116 216 0.53 0.46 0 0.15 232.63 0.59 0.62
Hex 66 74 D8 35 2E 0 F E9 3B 3E
Octal 146 164 330 65 56 0 17 351 73 76
Binary 1100110 1110100 11011000 110101 101110 0 1111 11101001 111011 111110

Color Harmonies of #6674D8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6674D8

Black with #6674D8

Text Example


Text Example

White with #6674D8

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6674D8; }

 p { color: rgb(102,116,216); }

 H1.HeaderClassName
 {
   color: #6674D8;
 }
 .AnyTagClassName
 {
   color: #6674D8;
 }
</style>

background-color css

<style>
 a { background-color: #6674D8; }

 a { background-color: rgb(102,116,216); }

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

border-color css

<style>
 span { border-color: #6674D8; }

 span { border-color: rgb(102,116,216); }

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