Html Css Color HEX #6262CB Slate Blue

📋 copy color: '#6262CB'

red 98 ◦ green 98 ◦ blue 203

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

Shades of Slate Blue #6262CB

Tints of Slate Blue #6262CB

RGB

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

 GREEN value IS 98 (38.67% from 255) = 24.56%

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

R = 24.56%
G = 24.56%
B = 50.88%

CMYK

 C value IS 0.52

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6262CB (or 0x6262CB) is known color: Slate Blue. HEX triplet: 62, 62 and CB. RGB value is (98,98,203). Sum of RGB (Red+Green+Blue) = 98+98+203=399 (52% of max value = 765). Red value is 98 (38.67% from 255 or 24.56% from 399); Green value is 98 (38.67% from 255 or 24.56% from 399); Blue value is 203 (79.69% from 255 or 50.88% from 399); Max value from RGB is 203 - color contains mainly: blue. Hex color #6262CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6262CB is #9D9D34. Grayscale: #6D6D6D. Windows color (decimal): -10329397 or 13328994. OLE color: 13328994.

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

Color convert

RGB 98 98 203 -
CMYK 0.52 0.52 0 0.20
HSL 240º 0.5% 0.59% -
HSV(B) 240º 0.52% 0.8% -
XYZ 20.18 15.64 58.46 -
YUV 109.97 180.5 119.46 -
System Red Green Blue C M Y K H S L
Decimal 98 98 203 0.52 0.52 0 0.20 240 0.5 0.59
Hex 62 62 CB 34 34 0 14 F0 32 3B
Octal 142 142 313 64 64 0 24 360 62 73
Binary 1100010 1100010 11001011 110100 110100 0 10100 11110000 110010 111011

Color Harmonies of #6262CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6262CB

Black with #6262CB

Text Example


Text Example

White with #6262CB

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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