Html Css Color HEX #6761DA Slate Blue

📋 copy color: '#6761DA'

red 103 ◦ green 97 ◦ blue 218

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

Shades of Slate Blue #6761DA

Tints of Slate Blue #6761DA

RGB

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

 GREEN value IS 97 (38.28% from 255) = 23.21%

 BLUE value IS 218 (85.55% from 255) = 52.15%

R = 24.64%
G = 23.21%
B = 52.15%

CMYK

 C value IS 0.53

 M value IS 0.56

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6761DA (or 0x6761DA) is known color: Slate Blue. HEX triplet: 67, 61 and DA. RGB value is (103,97,218). Sum of RGB (Red+Green+Blue) = 103+97+218=418 (55% of max value = 765). Red value is 103 (40.62% from 255 or 24.64% from 418); Green value is 97 (38.28% from 255 or 23.21% from 418); Blue value is 218 (85.55% from 255 or 52.15% from 418); Max value from RGB is 218 - color contains mainly: blue. Hex color #6761DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6761DA is #989E25. Grayscale: #707070. Windows color (decimal): -10001958 or 14311783. OLE color: 14311783.

HSL color Cylindrical-coordinate representation of color #6761DA: hue angle of 242.98º degrees, saturation: 0.62, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #6761DA is Cyan = 0.53, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 97 218 -
CMYK 0.53 0.56 0 0.15
HSL 242.98º 0.62% 0.62% -
HSV(B) 242.98º 0.56% 0.85% -
XYZ 22.52 16.49 68.33 -
YUV 112.59 187.49 121.16 -
System Red Green Blue C M Y K H S L
Decimal 103 97 218 0.53 0.56 0 0.15 242.98 0.62 0.62
Hex 67 61 DA 35 38 0 F F3 3E 3E
Octal 147 141 332 65 70 0 17 363 76 76
Binary 1100111 1100001 11011010 110101 111000 0 1111 11110011 111110 111110

Color Harmonies of #6761DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6761DA

Black with #6761DA

Text Example


Text Example

White with #6761DA

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6761DA; }

 p { color: rgb(103,97,218); }

 H1.HeaderClassName
 {
   color: #6761DA;
 }
 .AnyTagClassName
 {
   color: #6761DA;
 }
</style>

background-color css

<style>
 a { background-color: #6761DA; }

 a { background-color: rgb(103,97,218); }

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

border-color css

<style>
 span { border-color: #6761DA; }

 span { border-color: rgb(103,97,218); }

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