Html Css Color HEX #6671D7 Slate Blue

📋 copy color: '#6671D7'

red 102 ◦ green 113 ◦ blue 215

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

Shades of Slate Blue #6671D7

Tints of Slate Blue #6671D7

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.28%

 BLUE value IS 215 (84.38% from 255) = 50%

R = 23.72%
G = 26.28%
B = 50%

CMYK

 C value IS 0.53

 M value IS 0.47

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6671D7 (or 0x6671D7) is known color: Slate Blue. HEX triplet: 66, 71 and D7. RGB value is (102,113,215). Sum of RGB (Red+Green+Blue) = 102+113+215=430 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.72% from 430); Green value is 113 (44.53% from 255 or 26.28% from 430); Blue value is 215 (84.38% from 255 or 50% from 430); Max value from RGB is 215 - color contains mainly: blue. Hex color #6671D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6671D7 is #998E28. Grayscale: #787878. Windows color (decimal): -10063401 or 14119270. OLE color: 14119270.

HSL color Cylindrical-coordinate representation of color #6671D7: hue angle of 234.16º degrees, saturation: 0.59, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6671D7 is Cyan = 0.53, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 113 215 -
CMYK 0.53 0.47 0 0.16
HSL 234.16º 0.59% 0.62% -
HSV(B) 234.16º 0.53% 0.84% -
XYZ 23.65 19.54 66.82 -
YUV 121.34 180.86 114.21 -
System Red Green Blue C M Y K H S L
Decimal 102 113 215 0.53 0.47 0 0.16 234.16 0.59 0.62
Hex 66 71 D7 35 2F 0 10 EA 3B 3E
Octal 146 161 327 65 57 0 20 352 73 76
Binary 1100110 1110001 11010111 110101 101111 0 10000 11101010 111011 111110

Color Harmonies of #6671D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6671D7

Black with #6671D7

Text Example


Text Example

White with #6671D7

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6671D7; }

 p { color: rgb(102,113,215); }

 H1.HeaderClassName
 {
   color: #6671D7;
 }
 .AnyTagClassName
 {
   color: #6671D7;
 }
</style>

background-color css

<style>
 a { background-color: #6671D7; }

 a { background-color: rgb(102,113,215); }

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

border-color css

<style>
 span { border-color: #6671D7; }

 span { border-color: rgb(102,113,215); }

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