Html Css Color HEX #6C66DA Slate Blue

📋 copy color: '#6C66DA'

red 108 ◦ green 102 ◦ blue 218

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

Shades of Slate Blue #6C66DA

Tints of Slate Blue #6C66DA

RGB

 RED value IS 108 (42.58% from 255) = 25.23%

 GREEN value IS 102 (40.23% from 255) = 23.83%

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

R = 25.23%
G = 23.83%
B = 50.93%

CMYK

 C value IS 0.50

 M value IS 0.53

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6C66DA (or 0x6C66DA) is known color: Slate Blue. HEX triplet: 6C, 66 and DA. RGB value is (108,102,218). Sum of RGB (Red+Green+Blue) = 108+102+218=428 (56% of max value = 765). Red value is 108 (42.58% from 255 or 25.23% from 428); Green value is 102 (40.23% from 255 or 23.83% from 428); Blue value is 218 (85.55% from 255 or 50.93% from 428); Max value from RGB is 218 - color contains mainly: blue. Hex color #6C66DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C66DA is #939925. Grayscale: #747474. Windows color (decimal): -9672998 or 14313068. OLE color: 14313068.

HSL color Cylindrical-coordinate representation of color #6C66DA: hue angle of 243.1º 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 #6C66DA is Cyan = 0.50, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 108 102 218 -
CMYK 0.50 0.53 0 0.15
HSL 243.1º 0.61% 0.63% -
HSV(B) 243.1º 0.53% 0.85% -
XYZ 23.59 17.75 68.51 -
YUV 117.02 184.99 121.57 -
System Red Green Blue C M Y K H S L
Decimal 108 102 218 0.50 0.53 0 0.15 243.1 0.61 0.63
Hex 6C 66 DA 32 35 0 F F3 3D 3F
Octal 154 146 332 62 65 0 17 363 75 77
Binary 1101100 1100110 11011010 110010 110101 0 1111 11110011 111101 111111

Color Harmonies of #6C66DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C66DA

Black with #6C66DA

Text Example


Text Example

White with #6C66DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C66DA; }

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

 H1.HeaderClassName
 {
   color: #6C66DA;
 }
 .AnyTagClassName
 {
   color: #6C66DA;
 }
</style>

background-color css

<style>
 a { background-color: #6C66DA; }

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

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

border-color css

<style>
 span { border-color: #6C66DA; }

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

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