Html Css Color HEX #6261CF Slate Blue

📋 copy color: '#6261CF'

red 98 ◦ green 97 ◦ blue 207

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

Shades of Slate Blue #6261CF

Tints of Slate Blue #6261CF

RGB

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

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

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

R = 24.38%
G = 24.13%
B = 51.49%

CMYK

 C value IS 0.53

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6261CF (or 0x6261CF) is known color: Slate Blue. HEX triplet: 62, 61 and CF. RGB value is (98,97,207). Sum of RGB (Red+Green+Blue) = 98+97+207=402 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.38% from 402); Green value is 97 (38.28% from 255 or 24.13% from 402); Blue value is 207 (81.25% from 255 or 51.49% from 402); Max value from RGB is 207 - color contains mainly: blue. Hex color #6261CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6261CF is #9D9E30. Grayscale: #6D6D6D. Windows color (decimal): -10329649 or 13590882. OLE color: 13590882.

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

Color convert

RGB 98 97 207 -
CMYK 0.53 0.53 0 0.19
HSL 240.55º 0.53% 0.6% -
HSV(B) 240.55º 0.53% 0.81% -
XYZ 20.57 15.65 60.97 -
YUV 109.84 182.83 119.56 -
System Red Green Blue C M Y K H S L
Decimal 98 97 207 0.53 0.53 0 0.19 240.55 0.53 0.6
Hex 62 61 CF 35 35 0 13 F1 35 3C
Octal 142 141 317 65 65 0 23 361 65 74
Binary 1100010 1100001 11001111 110101 110101 0 10011 11110001 110101 111100

Color Harmonies of #6261CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6261CF

Black with #6261CF

Text Example


Text Example

White with #6261CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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