Html Css Color HEX #6C62CF Slate Blue

📋 copy color: '#6C62CF'

red 108 ◦ green 98 ◦ blue 207

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

Shades of Slate Blue #6C62CF

Tints of Slate Blue #6C62CF

RGB

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

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

 BLUE value IS 207 (81.25% from 255) = 50.12%

R = 26.15%
G = 23.73%
B = 50.12%

CMYK

 C value IS 0.48

 M value IS 0.53

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6C62CF (or 0x6C62CF) is known color: Slate Blue. HEX triplet: 6C, 62 and CF. RGB value is (108,98,207). Sum of RGB (Red+Green+Blue) = 108+98+207=413 (54% of max value = 765). Red value is 108 (42.58% from 255 or 26.15% from 413); Green value is 98 (38.67% from 255 or 23.73% from 413); Blue value is 207 (81.25% from 255 or 50.12% from 413); Max value from RGB is 207 - color contains mainly: blue. Hex color #6C62CF is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6C62CF is #939D30. Grayscale: #707070. Windows color (decimal): -9674033 or 13591148. OLE color: 13591148.

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

Color convert

RGB 108 98 207 -
CMYK 0.48 0.53 0 0.19
HSL 245.5º 0.53% 0.6% -
HSV(B) 245.5º 0.53% 0.81% -
XYZ 21.81 16.43 61.05 -
YUV 113.42 180.81 124.14 -
System Red Green Blue C M Y K H S L
Decimal 108 98 207 0.48 0.53 0 0.19 245.5 0.53 0.6
Hex 6C 62 CF 30 35 0 13 F6 35 3C
Octal 154 142 317 60 65 0 23 366 65 74
Binary 1101100 1100010 11001111 110000 110101 0 10011 11110110 110101 111100

Color Harmonies of #6C62CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C62CF

Black with #6C62CF

Text Example


Text Example

White with #6C62CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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