Html Css Color HEX #6244CB Slate Blue

📋 copy color: '#6244CB'

red 98 ◦ green 68 ◦ blue 203

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

Shades of Slate Blue #6244CB

Tints of Slate Blue #6244CB

RGB

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

 GREEN value IS 68 (26.95% from 255) = 18.43%

 BLUE value IS 203 (79.69% from 255) = 55.01%

R = 26.56%
G = 18.43%
B = 55.01%

CMYK

 C value IS 0.52

 M value IS 0.67

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6244CB (or 0x6244CB) is known color: Slate Blue. HEX triplet: 62, 44 and CB. RGB value is (98,68,203). Sum of RGB (Red+Green+Blue) = 98+68+203=369 (48% of max value = 765). Red value is 98 (38.67% from 255 or 26.56% from 369); Green value is 68 (26.95% from 255 or 18.43% from 369); Blue value is 203 (79.69% from 255 or 55.01% from 369); Max value from RGB is 203 - color contains mainly: blue. Hex color #6244CB is not a web safe color. Web safe color analog (approx): #6633CC. Inversed color of #6244CB is #9DBB34. Grayscale: #5B5B5B. Windows color (decimal): -10337077 or 13321314. OLE color: 13321314.

HSL color Cylindrical-coordinate representation of color #6244CB: hue angle of 253.33º degrees, saturation: 0.56, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.67%. Process color model (Four color, CMYK) of #6244CB is Cyan = 0.52, Magento = 0.67, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 98 68 203 -
CMYK 0.52 0.67 0 0.20
HSL 253.33º 0.56% 0.53% -
HSV(B) 253.33º 0.67% 0.8% -
XYZ 17.88 11.04 57.69 -
YUV 92.36 190.44 132.02 -
System Red Green Blue C M Y K H S L
Decimal 98 68 203 0.52 0.67 0 0.20 253.33 0.56 0.53
Hex 62 44 CB 34 43 0 14 FD 38 35
Octal 142 104 313 64 103 0 24 375 70 65
Binary 1100010 1000100 11001011 110100 1000011 0 10100 11111101 111000 110101

Color Harmonies of #6244CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6244CB

Black with #6244CB

Text Example


Text Example

White with #6244CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6244CB; }

 p { color: rgb(98,68,203); }

 H1.HeaderClassName
 {
   color: #6244CB;
 }
 .AnyTagClassName
 {
   color: #6244CB;
 }
</style>

background-color css

<style>
 a { background-color: #6244CB; }

 a { background-color: rgb(98,68,203); }

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

border-color css

<style>
 span { border-color: #6244CB; }

 span { border-color: rgb(98,68,203); }

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