Html Css Color HEX #6265CE Slate Blue

📋 copy color: '#6265CE'

red 98 ◦ green 101 ◦ blue 206

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

Shades of Slate Blue #6265CE

Tints of Slate Blue #6265CE

RGB

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

 GREEN value IS 101 (39.84% from 255) = 24.94%

 BLUE value IS 206 (80.86% from 255) = 50.86%

R = 24.2%
G = 24.94%
B = 50.86%

CMYK

 C value IS 0.52

 M value IS 0.51

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6265CE (or 0x6265CE) is known color: Slate Blue. HEX triplet: 62, 65 and CE. RGB value is (98,101,206). Sum of RGB (Red+Green+Blue) = 98+101+206=405 (53% of max value = 765). Red value is 98 (38.67% from 255 or 24.20% from 405); Green value is 101 (39.84% from 255 or 24.94% from 405); Blue value is 206 (80.86% from 255 or 50.86% from 405); Max value from RGB is 206 - color contains mainly: blue. Hex color #6265CE is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6265CE is #9D9A31. Grayscale: #6F6F6F. Windows color (decimal): -10328626 or 13526370. OLE color: 13526370.

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

Color convert

RGB 98 101 206 -
CMYK 0.52 0.51 0 0.19
HSL 238.33º 0.52% 0.6% -
HSV(B) 238.33º 0.52% 0.81% -
XYZ 20.83 16.36 60.45 -
YUV 112.07 181.01 117.96 -
System Red Green Blue C M Y K H S L
Decimal 98 101 206 0.52 0.51 0 0.19 238.33 0.52 0.6
Hex 62 65 CE 34 33 0 13 EE 34 3C
Octal 142 145 316 64 63 0 23 356 64 74
Binary 1100010 1100101 11001110 110100 110011 0 10011 11101110 110100 111100

Color Harmonies of #6265CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6265CE

Black with #6265CE

Text Example


Text Example

White with #6265CE

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6265CE; }

 p { color: rgb(98,101,206); }

 H1.HeaderClassName
 {
   color: #6265CE;
 }
 .AnyTagClassName
 {
   color: #6265CE;
 }
</style>

background-color css

<style>
 a { background-color: #6265CE; }

 a { background-color: rgb(98,101,206); }

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

border-color css

<style>
 span { border-color: #6265CE; }

 span { border-color: rgb(98,101,206); }

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