Html Css Color HEX #6762CA Slate Blue

📋 copy color: '#6762CA'

red 103 ◦ green 98 ◦ blue 202

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

Shades of Slate Blue #6762CA

Tints of Slate Blue #6762CA

RGB

 RED value IS 103 (40.63% from 255) = 25.56%

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

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

R = 25.56%
G = 24.32%
B = 50.12%

CMYK

 C value IS 0.49

 M value IS 0.51

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6762CA (or 0x6762CA) is known color: Slate Blue. HEX triplet: 67, 62 and CA. RGB value is (103,98,202). Sum of RGB (Red+Green+Blue) = 103+98+202=403 (53% of max value = 765). Red value is 103 (40.62% from 255 or 25.56% from 403); Green value is 98 (38.67% from 255 or 24.32% from 403); Blue value is 202 (79.30% from 255 or 50.12% from 403); Max value from RGB is 202 - color contains mainly: blue. Hex color #6762CA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6762CA is #989D35. Grayscale: #6E6E6E. Windows color (decimal): -10001718 or 13263463. OLE color: 13263463.

HSL color Cylindrical-coordinate representation of color #6762CA: hue angle of 242.88º 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 #6762CA is Cyan = 0.49, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 103 98 202 -
CMYK 0.49 0.51 0 0.21
HSL 242.88º 0.5% 0.59% -
HSV(B) 242.88º 0.51% 0.79% -
XYZ 20.62 15.88 57.86 -
YUV 111.35 179.16 122.04 -
System Red Green Blue C M Y K H S L
Decimal 103 98 202 0.49 0.51 0 0.21 242.88 0.5 0.59
Hex 67 62 CA 31 33 0 15 F3 32 3B
Octal 147 142 312 61 63 0 25 363 62 73
Binary 1100111 1100010 11001010 110001 110011 0 10101 11110011 110010 111011

Color Harmonies of #6762CA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6762CA

Black with #6762CA

Text Example


Text Example

White with #6762CA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6762CA; }

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

 H1.HeaderClassName
 {
   color: #6762CA;
 }
 .AnyTagClassName
 {
   color: #6762CA;
 }
</style>

background-color css

<style>
 a { background-color: #6762CA; }

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

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

border-color css

<style>
 span { border-color: #6762CA; }

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

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