Html Css Color HEX #6962DB Slate Blue

📋 copy color: '#6962DB'

red 105 ◦ green 98 ◦ blue 219

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

Shades of Slate Blue #6962DB

Tints of Slate Blue #6962DB

RGB

 RED value IS 105 (41.41% from 255) = 24.88%

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

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

R = 24.88%
G = 23.22%
B = 51.9%

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

#6962DB (or 0x6962DB) is known color: Slate Blue. HEX triplet: 69, 62 and DB. RGB value is (105,98,219). Sum of RGB (Red+Green+Blue) = 105+98+219=422 (55% of max value = 765). Red value is 105 (41.41% from 255 or 24.88% from 422); Green value is 98 (38.67% from 255 or 23.22% from 422); Blue value is 219 (85.94% from 255 or 51.90% from 422); Max value from RGB is 219 - color contains mainly: blue. Hex color #6962DB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6962DB is #969D24. Grayscale: #717171. Windows color (decimal): -9870629 or 14377577. OLE color: 14377577.

HSL color Cylindrical-coordinate representation of color #6962DB: hue angle of 243.47º 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 #6962DB is Cyan = 0.52, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 105 98 219 -
CMYK 0.52 0.55 0 0.14
HSL 243.47º 0.63% 0.62% -
HSV(B) 243.47º 0.55% 0.86% -
XYZ 22.98 16.85 69.06 -
YUV 113.89 187.32 121.66 -
System Red Green Blue C M Y K H S L
Decimal 105 98 219 0.52 0.55 0 0.14 243.47 0.63 0.62
Hex 69 62 DB 34 37 0 E F3 3F 3E
Octal 151 142 333 64 67 0 16 363 77 76
Binary 1101001 1100010 11011011 110100 110111 0 1110 11110011 111111 111110

Color Harmonies of #6962DB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6962DB

Black with #6962DB

Text Example


Text Example

White with #6962DB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6962DB; }

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

 H1.HeaderClassName
 {
   color: #6962DB;
 }
 .AnyTagClassName
 {
   color: #6962DB;
 }
</style>

background-color css

<style>
 a { background-color: #6962DB; }

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

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

border-color css

<style>
 span { border-color: #6962DB; }

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

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