Html Css Color HEX #6062C3 Slate Blue

📋 copy color: '#6062C3'

red 96 ◦ green 98 ◦ blue 195

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

Shades of Slate Blue #6062C3

Tints of Slate Blue #6062C3

RGB

 RED value IS 96 (37.89% from 255) = 24.68%

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

 BLUE value IS 195 (76.56% from 255) = 50.13%

R = 24.68%
G = 25.19%
B = 50.13%

CMYK

 C value IS 0.51

 M value IS 0.50

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#6062C3 (or 0x6062C3) is known color: Slate Blue. HEX triplet: 60, 62 and C3. RGB value is (96,98,195). Sum of RGB (Red+Green+Blue) = 96+98+195=389 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.68% from 389); Green value is 98 (38.67% from 255 or 25.19% from 389); Blue value is 195 (76.56% from 255 or 50.13% from 389); Max value from RGB is 195 - color contains mainly: blue. Hex color #6062C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6062C3 is #9F9D3C. Grayscale: #6C6C6C. Windows color (decimal): -10460477 or 12804704. OLE color: 12804704.

HSL color Cylindrical-coordinate representation of color #6062C3: hue angle of 238.79º degrees, saturation: 0.45, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6062C3 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 98 195 -
CMYK 0.51 0.50 0 0.24
HSL 238.79º 0.45% 0.57% -
HSV(B) 238.79º 0.51% 0.76% -
XYZ 19.04 15.16 53.55 -
YUV 108.46 176.84 119.11 -
System Red Green Blue C M Y K H S L
Decimal 96 98 195 0.51 0.50 0 0.24 238.79 0.45 0.57
Hex 60 62 C3 33 32 0 18 EF 2D 39
Octal 140 142 303 63 62 0 30 357 55 71
Binary 1100000 1100010 11000011 110011 110010 0 11000 11101111 101101 111001

Color Harmonies of #6062C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6062C3

Black with #6062C3

Text Example


Text Example

White with #6062C3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6062C3; }

 p { color: rgb(96,98,195); }

 H1.HeaderClassName
 {
   color: #6062C3;
 }
 .AnyTagClassName
 {
   color: #6062C3;
 }
</style>

background-color css

<style>
 a { background-color: #6062C3; }

 a { background-color: rgb(96,98,195); }

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

border-color css

<style>
 span { border-color: #6062C3; }

 span { border-color: rgb(96,98,195); }

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