Html Css Color HEX #6C62CB Slate Blue

📋 copy color: '#6C62CB'

red 108 ◦ green 98 ◦ blue 203

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

Shades of Slate Blue #6C62CB

Tints of Slate Blue #6C62CB

RGB

 RED value IS 108 (42.58% from 255) = 26.41%

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

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

R = 26.41%
G = 23.96%
B = 49.63%

CMYK

 C value IS 0.47

 M value IS 0.52

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6C62CB (or 0x6C62CB) is known color: Slate Blue. HEX triplet: 6C, 62 and CB. RGB value is (108,98,203). Sum of RGB (Red+Green+Blue) = 108+98+203=409 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.41% from 409); Green value is 98 (38.67% from 255 or 23.96% from 409); Blue value is 203 (79.69% from 255 or 49.63% from 409); Max value from RGB is 203 - color contains mainly: blue. Hex color #6C62CB is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C62CB is #939D34. Grayscale: #707070. Windows color (decimal): -9674037 or 13329004. OLE color: 13329004.

HSL color Cylindrical-coordinate representation of color #6C62CB: hue angle of 245.71º 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 #6C62CB is Cyan = 0.47, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 108 98 203 -
CMYK 0.47 0.52 0 0.20
HSL 245.71º 0.5% 0.59% -
HSV(B) 245.71º 0.52% 0.8% -
XYZ 21.33 16.24 58.51 -
YUV 112.96 178.81 124.46 -
System Red Green Blue C M Y K H S L
Decimal 108 98 203 0.47 0.52 0 0.20 245.71 0.5 0.59
Hex 6C 62 CB 2F 34 0 14 F6 32 3B
Octal 154 142 313 57 64 0 24 366 62 73
Binary 1101100 1100010 11001011 101111 110100 0 10100 11110110 110010 111011

Color Harmonies of #6C62CB

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C62CB

Black with #6C62CB

Text Example


Text Example

White with #6C62CB

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6C62CB; }

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

 H1.HeaderClassName
 {
   color: #6C62CB;
 }
 .AnyTagClassName
 {
   color: #6C62CB;
 }
</style>

background-color css

<style>
 a { background-color: #6C62CB; }

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

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

border-color css

<style>
 span { border-color: #6C62CB; }

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

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