Html Css Color HEX #6260CF Slate Blue

📋 copy color: '#6260CF'

red 98 ◦ green 96 ◦ blue 207

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

Shades of Slate Blue #6260CF

Tints of Slate Blue #6260CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 51.62%

R = 24.44%
G = 23.94%
B = 51.62%

CMYK

 C value IS 0.53

 M value IS 0.54

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6260CF (or 0x6260CF) is known color: Slate Blue. HEX triplet: 62, 60 and CF. RGB value is (98,96,207). Sum of RGB (Red+Green+Blue) = 98+96+207=401 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.44% from 401); Green value is 96 (37.89% from 255 or 23.94% from 401); Blue value is 207 (81.25% from 255 or 51.62% from 401); Max value from RGB is 207 - color contains mainly: blue. Hex color #6260CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6260CF is #9D9F30. Grayscale: #6C6C6C. Windows color (decimal): -10329905 or 13590626. OLE color: 13590626.

HSL color Cylindrical-coordinate representation of color #6260CF: hue angle of 241.08º degrees, saturation: 0.54, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #6260CF is Cyan = 0.53, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 98 96 207 -
CMYK 0.53 0.54 0 0.19
HSL 241.08º 0.54% 0.59% -
HSV(B) 241.08º 0.54% 0.81% -
XYZ 20.48 15.47 60.94 -
YUV 109.25 183.16 119.97 -
System Red Green Blue C M Y K H S L
Decimal 98 96 207 0.53 0.54 0 0.19 241.08 0.54 0.59
Hex 62 60 CF 35 36 0 13 F1 36 3B
Octal 142 140 317 65 66 0 23 361 66 73
Binary 1100010 1100000 11001111 110101 110110 0 10011 11110001 110110 111011

Color Harmonies of #6260CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6260CF

Black with #6260CF

Text Example


Text Example

White with #6260CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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