Html Css Color HEX #6A62CB Slate Blue

📋 copy color: '#6A62CB'

red 106 ◦ green 98 ◦ blue 203

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

Shades of Slate Blue #6A62CB

Tints of Slate Blue #6A62CB

RGB

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

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

 BLUE value IS 203 (79.69% from 255) = 49.88%

R = 26.04%
G = 24.08%
B = 49.88%

CMYK

 C value IS 0.48

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6A62CB (or 0x6A62CB) is known color: Slate Blue. HEX triplet: 6A, 62 and CB. RGB value is (106,98,203). Sum of RGB (Red+Green+Blue) = 106+98+203=407 (53% of max value = 765). Red value is 106 (41.80% from 255 or 26.04% from 407); Green value is 98 (38.67% from 255 or 24.08% from 407); Blue value is 203 (79.69% from 255 or 49.88% from 407); Max value from RGB is 203 - color contains mainly: blue. Hex color #6A62CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6A62CB is #959D34. Grayscale: #6F6F6F. Windows color (decimal): -9805109 or 13329002. OLE color: 13329002.

HSL color Cylindrical-coordinate representation of color #6A62CB: hue angle of 244.57º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #6A62CB is Cyan = 0.48, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 106 98 203 -
CMYK 0.48 0.52 0 0.20
HSL 244.57º 0.5% 0.59% -
HSV(B) 244.57º 0.52% 0.8% -
XYZ 21.09 16.11 58.5 -
YUV 112.36 179.15 123.46 -
System Red Green Blue C M Y K H S L
Decimal 106 98 203 0.48 0.52 0 0.20 244.57 0.5 0.59
Hex 6A 62 CB 30 34 0 14 F5 32 3B
Octal 152 142 313 60 64 0 24 365 62 73
Binary 1101010 1100010 11001011 110000 110100 0 10100 11110101 110010 111011

Color Harmonies of #6A62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A62CB

Black with #6A62CB

Text Example


Text Example

White with #6A62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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