Html Css Color HEX #6060CC Slate Blue

📋 copy color: '#6060CC'

red 96 ◦ green 96 ◦ blue 204

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

Shades of Slate Blue #6060CC

Tints of Slate Blue #6060CC

RGB

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

 GREEN value IS 96 (37.89% from 255) = 24.24%

 BLUE value IS 204 (80.08% from 255) = 51.52%

R = 24.24%
G = 24.24%
B = 51.52%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6060CC (or 0x6060CC) is known color: Slate Blue. HEX triplet: 60, 60 and CC. RGB value is (96,96,204). Sum of RGB (Red+Green+Blue) = 96+96+204=396 (52% of max value = 765). Red value is 96 (37.89% from 255 or 24.24% from 396); Green value is 96 (37.89% from 255 or 24.24% from 396); Blue value is 204 (80.08% from 255 or 51.52% from 396); Max value from RGB is 204 - color contains mainly: blue. Hex color #6060CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6060CC is #9F9F33. Grayscale: #6B6B6B. Windows color (decimal): -10460980 or 13394016. OLE color: 13394016.

HSL color Cylindrical-coordinate representation of color #6060CC: hue angle of 240º degrees, saturation: 0.51, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6060CC is Cyan = 0.53, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 96 96 204 -
CMYK 0.53 0.53 0 0.2
HSL 240º 0.51% 0.59% -
HSV(B) 240º 0.53% 0.8% -
XYZ 19.91 15.21 59.01 -
YUV 108.31 182 119.22 -
System Red Green Blue C M Y K H S L
Decimal 96 96 204 0.53 0.53 0 0.2 240 0.51 0.59
Hex 60 60 CC 35 35 0 14 F0 33 3B
Octal 140 140 314 65 65 0 24 360 63 73
Binary 1100000 1100000 11001100 110101 110101 0 10100 11110000 110011 111011

Color Harmonies of #6060CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6060CC

Black with #6060CC

Text Example


Text Example

White with #6060CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6060CC; }

 p { color: rgb(96,96,204); }

 H1.HeaderClassName
 {
   color: #6060CC;
 }
 .AnyTagClassName
 {
   color: #6060CC;
 }
</style>

background-color css

<style>
 a { background-color: #6060CC; }

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

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

border-color css

<style>
 span { border-color: #6060CC; }

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

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