Html Css Color HEX #6A62DB Slate Blue

📋 copy color: '#6A62DB'

red 106 ◦ green 98 ◦ blue 219

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

Shades of Slate Blue #6A62DB

Tints of Slate Blue #6A62DB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 23.17%

 BLUE value IS 219 (85.94% from 255) = 51.77%

R = 25.06%
G = 23.17%
B = 51.77%

CMYK

 C value IS 0.52

 M value IS 0.55

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6A62DB (or 0x6A62DB) is known color: Slate Blue. HEX triplet: 6A, 62 and DB. RGB value is (106,98,219). Sum of RGB (Red+Green+Blue) = 106+98+219=423 (56% of max value = 765). Red value is 106 (41.80% from 255 or 25.06% from 423); Green value is 98 (38.67% from 255 or 23.17% from 423); Blue value is 219 (85.94% from 255 or 51.77% from 423); Max value from RGB is 219 - color contains mainly: blue. Hex color #6A62DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A62DB is #959D24. Grayscale: #717171. Windows color (decimal): -9805093 or 14377578. OLE color: 14377578.

HSL color Cylindrical-coordinate representation of color #6A62DB: hue angle of 243.97º degrees, saturation: 0.63, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #6A62DB is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 106 98 219 -
CMYK 0.52 0.55 0 0.14
HSL 243.97º 0.63% 0.62% -
HSV(B) 243.97º 0.55% 0.86% -
XYZ 23.1 16.91 69.07 -
YUV 114.19 187.15 122.16 -
System Red Green Blue C M Y K H S L
Decimal 106 98 219 0.52 0.55 0 0.14 243.97 0.63 0.62
Hex 6A 62 DB 34 37 0 E F4 3F 3E
Octal 152 142 333 64 67 0 16 364 77 76
Binary 1101010 1100010 11011011 110100 110111 0 1110 11110100 111111 111110

Color Harmonies of #6A62DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A62DB

Black with #6A62DB

Text Example


Text Example

White with #6A62DB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(106,98,219); }

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

background-color css

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

 a { background-color: rgb(106,98,219); }

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

border-color css

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

 span { border-color: rgb(106,98,219); }

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