Html Css Color HEX #6F62CA Slate Blue

📋 copy color: '#6F62CA'

red 111 ◦ green 98 ◦ blue 202

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

Shades of Slate Blue #6F62CA

Tints of Slate Blue #6F62CA

RGB

 RED value IS 111 (43.75% from 255) = 27.01%

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

 BLUE value IS 202 (79.3% from 255) = 49.15%

R = 27.01%
G = 23.84%
B = 49.15%

CMYK

 C value IS 0.45

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6F62CA (or 0x6F62CA) is known color: Slate Blue. HEX triplet: 6F, 62 and CA. RGB value is (111,98,202). Sum of RGB (Red+Green+Blue) = 111+98+202=411 (54% of max value = 765). Red value is 111 (43.75% from 255 or 27.01% from 411); Green value is 98 (38.67% from 255 or 23.84% from 411); Blue value is 202 (79.30% from 255 or 49.15% from 411); Max value from RGB is 202 - color contains mainly: blue. Hex color #6F62CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6F62CA is #909D35. Grayscale: #717171. Windows color (decimal): -9477430 or 13263471. OLE color: 13263471.

HSL color Cylindrical-coordinate representation of color #6F62CA: hue angle of 247.5º degrees, saturation: 0.5, lightness: 0.59%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6F62CA is Cyan = 0.45, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 111 98 202 -
CMYK 0.45 0.51 0 0.21
HSL 247.5º 0.5% 0.59% -
HSV(B) 247.5º 0.51% 0.79% -
XYZ 21.58 16.38 57.9 -
YUV 113.74 177.81 126.04 -
System Red Green Blue C M Y K H S L
Decimal 111 98 202 0.45 0.51 0 0.21 247.5 0.5 0.59
Hex 6F 62 CA 2D 33 0 15 F8 32 3B
Octal 157 142 312 55 63 0 25 370 62 73
Binary 1101111 1100010 11001010 101101 110011 0 10101 11111000 110010 111011

Color Harmonies of #6F62CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6F62CA

Black with #6F62CA

Text Example


Text Example

White with #6F62CA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,98,202); }

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

background-color css

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

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

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

border-color css

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

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

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