Html Css Color HEX #6776DA Slate Blue

📋 copy color: '#6776DA'

red 103 ◦ green 118 ◦ blue 218

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

Shades of Slate Blue #6776DA

Tints of Slate Blue #6776DA

RGB

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

 GREEN value IS 118 (46.48% from 255) = 26.88%

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

R = 23.46%
G = 26.88%
B = 49.66%

CMYK

 C value IS 0.53

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6776DA (or 0x6776DA) is known color: Slate Blue. HEX triplet: 67, 76 and DA. RGB value is (103,118,218). Sum of RGB (Red+Green+Blue) = 103+118+218=439 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.46% from 439); Green value is 118 (46.48% from 255 or 26.88% from 439); Blue value is 218 (85.55% from 255 or 49.66% from 439); Max value from RGB is 218 - color contains mainly: blue. Hex color #6776DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6776DA is #988925. Grayscale: #7C7C7C. Windows color (decimal): -9996582 or 14317159. OLE color: 14317159.

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

Color convert

RGB 103 118 218 -
CMYK 0.53 0.46 0 0.15
HSL 232.17º 0.61% 0.63% -
HSV(B) 232.17º 0.53% 0.85% -
XYZ 24.73 20.9 69.06 -
YUV 124.92 180.53 112.37 -
System Red Green Blue C M Y K H S L
Decimal 103 118 218 0.53 0.46 0 0.15 232.17 0.61 0.63
Hex 67 76 DA 35 2E 0 F E8 3D 3F
Octal 147 166 332 65 56 0 17 350 75 77
Binary 1100111 1110110 11011010 110101 101110 0 1111 11101000 111101 111111

Color Harmonies of #6776DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6776DA

Black with #6776DA

Text Example


Text Example

White with #6776DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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