Html Css Color HEX #6672D7 Slate Blue

📋 copy color: '#6672D7'

red 102 ◦ green 114 ◦ blue 215

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

Shades of Slate Blue #6672D7

Tints of Slate Blue #6672D7

RGB

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

 GREEN value IS 114 (44.92% from 255) = 26.45%

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

R = 23.67%
G = 26.45%
B = 49.88%

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

#6672D7 (or 0x6672D7) is known color: Slate Blue. HEX triplet: 66, 72 and D7. RGB value is (102,114,215). Sum of RGB (Red+Green+Blue) = 102+114+215=431 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.67% from 431); Green value is 114 (44.92% from 255 or 26.45% from 431); Blue value is 215 (84.38% from 255 or 49.88% from 431); Max value from RGB is 215 - color contains mainly: blue. Hex color #6672D7 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6672D7 is #998D28. Grayscale: #797979. Windows color (decimal): -10063145 or 14119526. OLE color: 14119526.

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

Color convert

RGB 102 114 215 -
CMYK 0.53 0.47 0 0.16
HSL 233.63º 0.59% 0.62% -
HSV(B) 233.63º 0.53% 0.84% -
XYZ 23.76 19.77 66.85 -
YUV 121.93 180.52 113.79 -
System Red Green Blue C M Y K H S L
Decimal 102 114 215 0.53 0.47 0 0.16 233.63 0.59 0.62
Hex 66 72 D7 35 2F 0 10 EA 3B 3E
Octal 146 162 327 65 57 0 20 352 73 76
Binary 1100110 1110010 11010111 110101 101111 0 10000 11101010 111011 111110

Color Harmonies of #6672D7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6672D7

Black with #6672D7

Text Example


Text Example

White with #6672D7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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