Html Css Color HEX #6061C3 Slate Blue

📋 copy color: '#6061C3'

red 96 ◦ green 97 ◦ blue 195

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

Shades of Slate Blue #6061C3

Tints of Slate Blue #6061C3

RGB

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

 GREEN value IS 97 (38.28% from 255) = 25%

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

R = 24.74%
G = 25%
B = 50.26%

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

#6061C3 (or 0x6061C3) is known color: Slate Blue. HEX triplet: 60, 61 and C3. RGB value is (96,97,195). Sum of RGB (Red+Green+Blue) = 96+97+195=388 (51% of max value = 765). Red value is 96 (37.89% from 255 or 24.74% from 388); Green value is 97 (38.28% from 255 or 25% from 388); Blue value is 195 (76.56% from 255 or 50.26% from 388); Max value from RGB is 195 - color contains mainly: blue. Hex color #6061C3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6061C3 is #9F9E3C. Grayscale: #6B6B6B. Windows color (decimal): -10460733 or 12804448. OLE color: 12804448.

HSL color Cylindrical-coordinate representation of color #6061C3: hue angle of 239.39º 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 #6061C3 is Cyan = 0.51, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 96 97 195 -
CMYK 0.51 0.50 0 0.24
HSL 239.39º 0.45% 0.57% -
HSV(B) 239.39º 0.51% 0.76% -
XYZ 18.95 14.98 53.52 -
YUV 107.87 177.17 119.53 -
System Red Green Blue C M Y K H S L
Decimal 96 97 195 0.51 0.50 0 0.24 239.39 0.45 0.57
Hex 60 61 C3 33 32 0 18 EF 2D 39
Octal 140 141 303 63 62 0 30 357 55 71
Binary 1100000 1100001 11000011 110011 110010 0 11000 11101111 101101 111001

Color Harmonies of #6061C3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6061C3

Black with #6061C3

Text Example


Text Example

White with #6061C3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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