Html Css Color HEX #6A6CDA Slate Blue

📋 copy color: '#6A6CDA'

red 106 ◦ green 108 ◦ blue 218

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

Shades of Slate Blue #6A6CDA

Tints of Slate Blue #6A6CDA

RGB

 RED value IS 106 (41.8% from 255) = 24.54%

 GREEN value IS 108 (42.58% from 255) = 25%

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

R = 24.54%
G = 25%
B = 50.46%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6A6CDA (or 0x6A6CDA) is known color: Slate Blue. HEX triplet: 6A, 6C and DA. RGB value is (106,108,218). Sum of RGB (Red+Green+Blue) = 106+108+218=432 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.54% from 432); Green value is 108 (42.58% from 255 or 25% from 432); Blue value is 218 (85.55% from 255 or 50.46% from 432); Max value from RGB is 218 - color contains mainly: blue. Hex color #6A6CDA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A6CDA is #959325. Grayscale: #777777. Windows color (decimal): -9802534 or 14314602. OLE color: 14314602.

HSL color Cylindrical-coordinate representation of color #6A6CDA: hue angle of 238.93º degrees, saturation: 0.6, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6A6CDA is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 106 108 218 -
CMYK 0.51 0.50 0 0.15
HSL 238.93º 0.6% 0.64% -
HSV(B) 238.93º 0.51% 0.85% -
XYZ 23.96 18.85 68.71 -
YUV 119.94 183.34 118.06 -
System Red Green Blue C M Y K H S L
Decimal 106 108 218 0.51 0.50 0 0.15 238.93 0.6 0.64
Hex 6A 6C DA 33 32 0 F EF 3C 40
Octal 152 154 332 63 62 0 17 357 74 100
Binary 1101010 1101100 11011010 110011 110010 0 1111 11101111 111100 1000000

Color Harmonies of #6A6CDA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A6CDA

Black with #6A6CDA

Text Example


Text Example

White with #6A6CDA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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