Html Css Color HEX #6260CC Slate Blue

📋 copy color: '#6260CC'

red 98 ◦ green 96 ◦ blue 204

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

Shades of Slate Blue #6260CC

Tints of Slate Blue #6260CC

RGB

 RED value IS 98 (38.67% from 255) = 24.62%

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

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

R = 24.62%
G = 24.12%
B = 51.26%

CMYK

 C value IS 0.52

 M value IS 0.53

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6260CC (or 0x6260CC) is known color: Slate Blue. HEX triplet: 62, 60 and CC. RGB value is (98,96,204). Sum of RGB (Red+Green+Blue) = 98+96+204=398 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.62% from 398); Green value is 96 (37.89% from 255 or 24.12% from 398); Blue value is 204 (80.08% from 255 or 51.26% from 398); Max value from RGB is 204 - color contains mainly: blue. Hex color #6260CC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6260CC is #9D9F33. Grayscale: #6C6C6C. Windows color (decimal): -10329908 or 13394018. OLE color: 13394018.

HSL color Cylindrical-coordinate representation of color #6260CC: hue angle of 241.11º 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 #6260CC is Cyan = 0.52, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 98 96 204 -
CMYK 0.52 0.53 0 0.2
HSL 241.11º 0.51% 0.59% -
HSV(B) 241.11º 0.53% 0.8% -
XYZ 20.12 15.32 59.02 -
YUV 108.91 181.66 120.22 -
System Red Green Blue C M Y K H S L
Decimal 98 96 204 0.52 0.53 0 0.2 241.11 0.51 0.59
Hex 62 60 CC 34 35 0 14 F1 33 3B
Octal 142 140 314 64 65 0 24 361 63 73
Binary 1100010 1100000 11001100 110100 110101 0 10100 11110001 110011 111011

Color Harmonies of #6260CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6260CC

Black with #6260CC

Text Example


Text Example

White with #6260CC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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