Html Css Color HEX #6670D7 Slate Blue

📋 copy color: '#6670D7'

red 102 ◦ green 112 ◦ blue 215

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

Shades of Slate Blue #6670D7

Tints of Slate Blue #6670D7

RGB

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

 GREEN value IS 112 (44.14% from 255) = 26.11%

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

R = 23.78%
G = 26.11%
B = 50.12%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6670D7 (or 0x6670D7) is known color: Slate Blue. HEX triplet: 66, 70 and D7. RGB value is (102,112,215). Sum of RGB (Red+Green+Blue) = 102+112+215=429 (56% of max value = 765). Red value is 102 (40.23% from 255 or 23.78% from 429); Green value is 112 (44.14% from 255 or 26.11% from 429); Blue value is 215 (84.38% from 255 or 50.12% from 429); Max value from RGB is 215 - color contains mainly: blue. Hex color #6670D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6670D7 is #998F28. Grayscale: #787878. Windows color (decimal): -10063657 or 14119014. OLE color: 14119014.

HSL color Cylindrical-coordinate representation of color #6670D7: hue angle of 234.69º 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 #6670D7 is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 102 112 215 -
CMYK 0.53 0.48 0 0.16
HSL 234.69º 0.59% 0.62% -
HSV(B) 234.69º 0.53% 0.84% -
XYZ 23.54 19.32 66.78 -
YUV 120.75 181.19 114.62 -
System Red Green Blue C M Y K H S L
Decimal 102 112 215 0.53 0.48 0 0.16 234.69 0.59 0.62
Hex 66 70 D7 35 30 0 10 EB 3B 3E
Octal 146 160 327 65 60 0 20 353 73 76
Binary 1100110 1110000 11010111 110101 110000 0 10000 11101011 111011 111110

Color Harmonies of #6670D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6670D7

Black with #6670D7

Text Example


Text Example

White with #6670D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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