Html Css Color HEX #6255EA Slate Blue

📋 copy color: '#6255EA'

red 98 ◦ green 85 ◦ blue 234

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

Shades of Slate Blue #6255EA

Tints of Slate Blue #6255EA

RGB

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

 GREEN value IS 85 (33.59% from 255) = 20.38%

 BLUE value IS 234 (91.8% from 255) = 56.12%

R = 23.5%
G = 20.38%
B = 56.12%

CMYK

 C value IS 0.58

 M value IS 0.64

 Y value IS 0

 K value IS 0.08

RGB Variations

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

Color information

#6255EA (or 0x6255EA) is known color: Slate Blue. HEX triplet: 62, 55 and EA. RGB value is (98,85,234). Sum of RGB (Red+Green+Blue) = 98+85+234=417 (55% of max value = 765). Red value is 98 (38.67% from 255 or 23.50% from 417); Green value is 85 (33.59% from 255 or 20.38% from 417); Blue value is 234 (91.80% from 255 or 56.12% from 417); Max value from RGB is 234 - color contains mainly: blue. Hex color #6255EA is not a web safe color. Web safe color analog (approx): #6666FF. Inversed color of #6255EA is #9DAA15. Grayscale: #696969. Windows color (decimal): -10332694 or 15357282. OLE color: 15357282.

HSL color Cylindrical-coordinate representation of color #6255EA: hue angle of 245.23º degrees, saturation: 0.78, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.64%. Process color model (Four color, CMYK) of #6255EA is Cyan = 0.58, Magento = 0.64, Yellow = 0 and Black (K on CMYK) = 0.08.

Color convert

RGB 98 85 234 -
CMYK 0.58 0.64 0 0.08
HSL 245.23º 0.78% 0.63% -
HSV(B) 245.23º 0.64% 0.92% -
XYZ 23.14 15.03 79.52 -
YUV 105.87 200.31 122.38 -
System Red Green Blue C M Y K H S L
Decimal 98 85 234 0.58 0.64 0 0.08 245.23 0.78 0.63
Hex 62 55 EA 3A 40 0 8 F5 4E 3F
Octal 142 125 352 72 100 0 10 365 116 77
Binary 1100010 1010101 11101010 111010 1000000 0 1000 11110101 1001110 111111

Color Harmonies of #6255EA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6255EA

Black with #6255EA

Text Example


Text Example

White with #6255EA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6255EA; }

 p { color: rgb(98,85,234); }

 H1.HeaderClassName
 {
   color: #6255EA;
 }
 .AnyTagClassName
 {
   color: #6255EA;
 }
</style>

background-color css

<style>
 a { background-color: #6255EA; }

 a { background-color: rgb(98,85,234); }

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

border-color css

<style>
 span { border-color: #6255EA; }

 span { border-color: rgb(98,85,234); }

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