Html Css Color HEX #6672DA Slate Blue

📋 copy color: '#6672DA'

red 102 ◦ green 114 ◦ blue 218

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

Shades of Slate Blue #6672DA

Tints of Slate Blue #6672DA

RGB

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

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

 BLUE value IS 218 (85.55% from 255) = 50.23%

R = 23.5%
G = 26.27%
B = 50.23%

CMYK

 C value IS 0.53

 M value IS 0.48

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6672DA (or 0x6672DA) is known color: Slate Blue. HEX triplet: 66, 72 and DA. RGB value is (102,114,218). Sum of RGB (Red+Green+Blue) = 102+114+218=434 (57% of max value = 765). Red value is 102 (40.23% from 255 or 23.50% from 434); Green value is 114 (44.92% from 255 or 26.27% from 434); Blue value is 218 (85.55% from 255 or 50.23% from 434); Max value from RGB is 218 - color contains mainly: blue. Hex color #6672DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6672DA is #998D25. Grayscale: #797979. Windows color (decimal): -10063142 or 14316134. OLE color: 14316134.

HSL color Cylindrical-coordinate representation of color #6672DA: hue angle of 233.79º degrees, saturation: 0.61, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6672DA is Cyan = 0.53, Magento = 0.48, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 102 114 218 -
CMYK 0.53 0.48 0 0.15
HSL 233.79º 0.61% 0.63% -
HSV(B) 233.79º 0.53% 0.85% -
XYZ 24.15 19.92 68.9 -
YUV 122.27 182.02 113.54 -
System Red Green Blue C M Y K H S L
Decimal 102 114 218 0.53 0.48 0 0.15 233.79 0.61 0.63
Hex 66 72 DA 35 30 0 F EA 3D 3F
Octal 146 162 332 65 60 0 17 352 75 77
Binary 1100110 1110010 11011010 110101 110000 0 1111 11101010 111101 111111

Color Harmonies of #6672DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6672DA

Black with #6672DA

Text Example


Text Example

White with #6672DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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