Html Css Color HEX #6775DA Slate Blue

📋 copy color: '#6775DA'

red 103 ◦ green 117 ◦ blue 218

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

Shades of Slate Blue #6775DA

Tints of Slate Blue #6775DA

RGB

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

 GREEN value IS 117 (46.09% from 255) = 26.71%

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

R = 23.52%
G = 26.71%
B = 49.77%

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

#6775DA (or 0x6775DA) is known color: Slate Blue. HEX triplet: 67, 75 and DA. RGB value is (103,117,218). Sum of RGB (Red+Green+Blue) = 103+117+218=438 (58% of max value = 765). Red value is 103 (40.62% from 255 or 23.52% from 438); Green value is 117 (46.09% from 255 or 26.71% from 438); Blue value is 218 (85.55% from 255 or 49.77% from 438); Max value from RGB is 218 - color contains mainly: blue. Hex color #6775DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6775DA is #988A25. Grayscale: #7B7B7B. Windows color (decimal): -9996838 or 14316903. OLE color: 14316903.

HSL color Cylindrical-coordinate representation of color #6775DA: hue angle of 232.7º 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 #6775DA is Cyan = 0.53, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 103 117 218 -
CMYK 0.53 0.46 0 0.15
HSL 232.7º 0.61% 0.63% -
HSV(B) 232.7º 0.53% 0.85% -
XYZ 24.61 20.67 69.02 -
YUV 124.33 180.86 112.79 -
System Red Green Blue C M Y K H S L
Decimal 103 117 218 0.53 0.46 0 0.15 232.7 0.61 0.63
Hex 67 75 DA 35 2E 0 F E9 3D 3F
Octal 147 165 332 65 56 0 17 351 75 77
Binary 1100111 1110101 11011010 110101 101110 0 1111 11101001 111101 111111

Color Harmonies of #6775DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6775DA

Black with #6775DA

Text Example


Text Example

White with #6775DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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