Html Css Color HEX #6661C2 Slate Blue

📋 copy color: '#6661C2'

red 102 ◦ green 97 ◦ blue 194

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

Shades of Slate Blue #6661C2

Tints of Slate Blue #6661C2

RGB

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

 GREEN value IS 97 (38.28% from 255) = 24.68%

 BLUE value IS 194 (76.17% from 255) = 49.36%

R = 25.95%
G = 24.68%
B = 49.36%

CMYK

 C value IS 0.47

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6661C2 (or 0x6661C2) is known color: Slate Blue. HEX triplet: 66, 61 and C2. RGB value is (102,97,194). Sum of RGB (Red+Green+Blue) = 102+97+194=393 (52% of max value = 765). Red value is 102 (40.23% from 255 or 25.95% from 393); Green value is 97 (38.28% from 255 or 24.68% from 393); Blue value is 194 (76.17% from 255 or 49.36% from 393); Max value from RGB is 194 - color contains mainly: blue. Hex color #6661C2 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6661C2 is #999E3D. Grayscale: #6D6D6D. Windows color (decimal): -10067518 or 12738918. OLE color: 12738918.

HSL color Cylindrical-coordinate representation of color #6661C2: hue angle of 243.09º degrees, saturation: 0.44, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #6661C2 is Cyan = 0.47, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 102 97 194 -
CMYK 0.47 0.50 0 0.24
HSL 243.09º 0.44% 0.57% -
HSV(B) 243.09º 0.5% 0.76% -
XYZ 19.49 15.27 52.96 -
YUV 109.55 175.66 122.61 -
System Red Green Blue C M Y K H S L
Decimal 102 97 194 0.47 0.50 0 0.24 243.09 0.44 0.57
Hex 66 61 C2 2F 32 0 18 F3 2C 39
Octal 146 141 302 57 62 0 30 363 54 71
Binary 1100110 1100001 11000010 101111 110010 0 11000 11110011 101100 111001

Color Harmonies of #6661C2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6661C2

Black with #6661C2

Text Example


Text Example

White with #6661C2

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6661C2; }

 p { color: rgb(102,97,194); }

 H1.HeaderClassName
 {
   color: #6661C2;
 }
 .AnyTagClassName
 {
   color: #6661C2;
 }
</style>

background-color css

<style>
 a { background-color: #6661C2; }

 a { background-color: rgb(102,97,194); }

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

border-color css

<style>
 span { border-color: #6661C2; }

 span { border-color: rgb(102,97,194); }

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