Html Css Color HEX #6A65E0 Slate Blue

📋 copy color: '#6A65E0'

red 106 ◦ green 101 ◦ blue 224

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

Shades of Slate Blue #6A65E0

Tints of Slate Blue #6A65E0

RGB

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

 GREEN value IS 101 (39.84% from 255) = 23.43%

 BLUE value IS 224 (87.89% from 255) = 51.97%

R = 24.59%
G = 23.43%
B = 51.97%

CMYK

 C value IS 0.53

 M value IS 0.55

 Y value IS 0

 K value IS 0.12

RGB Variations

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

Color information

#6A65E0 (or 0x6A65E0) is known color: Slate Blue. HEX triplet: 6A, 65 and E0. RGB value is (106,101,224). Sum of RGB (Red+Green+Blue) = 106+101+224=431 (57% of max value = 765). Red value is 106 (41.80% from 255 or 24.59% from 431); Green value is 101 (39.84% from 255 or 23.43% from 431); Blue value is 224 (87.89% from 255 or 51.97% from 431); Max value from RGB is 224 - color contains mainly: blue. Hex color #6A65E0 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A65E0 is #959A1F. Grayscale: #747474. Windows color (decimal): -9804320 or 14706026. OLE color: 14706026.

HSL color Cylindrical-coordinate representation of color #6A65E0: hue angle of 242.44º degrees, saturation: 0.66, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A65E0 is Cyan = 0.53, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.12.

Color convert

RGB 106 101 224 -
CMYK 0.53 0.55 0 0.12
HSL 242.44º 0.66% 0.64% -
HSV(B) 242.44º 0.55% 0.88% -
XYZ 24.05 17.75 72.68 -
YUV 116.52 188.66 120.5 -
System Red Green Blue C M Y K H S L
Decimal 106 101 224 0.53 0.55 0 0.12 242.44 0.66 0.64
Hex 6A 65 E0 35 37 0 C F2 42 40
Octal 152 145 340 65 67 0 14 362 102 100
Binary 1101010 1100101 11100000 110101 110111 0 1100 11110010 1000010 1000000

Color Harmonies of #6A65E0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A65E0

Black with #6A65E0

Text Example


Text Example

White with #6A65E0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,101,224); }

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

background-color css

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

 a { background-color: rgb(106,101,224); }

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

border-color css

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

 span { border-color: rgb(106,101,224); }

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