Html Css Color HEX #6771D3 Slate Blue

📋 copy color: '#6771D3'

red 103 ◦ green 113 ◦ blue 211

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

Shades of Slate Blue #6771D3

Tints of Slate Blue #6771D3

RGB

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

 GREEN value IS 113 (44.53% from 255) = 26.46%

 BLUE value IS 211 (82.81% from 255) = 49.41%

R = 24.12%
G = 26.46%
B = 49.41%

CMYK

 C value IS 0.51

 M value IS 0.46

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#6771D3 (or 0x6771D3) is known color: Slate Blue. HEX triplet: 67, 71 and D3. RGB value is (103,113,211). Sum of RGB (Red+Green+Blue) = 103+113+211=427 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.12% from 427); Green value is 113 (44.53% from 255 or 26.46% from 427); Blue value is 211 (82.81% from 255 or 49.41% from 427); Max value from RGB is 211 - color contains mainly: blue. Hex color #6771D3 is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6771D3 is #988E2C. Grayscale: #787878. Windows color (decimal): -9997869 or 13857127. OLE color: 13857127.

HSL color Cylindrical-coordinate representation of color #6771D3: hue angle of 234.44º degrees, saturation: 0.55, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #6771D3 is Cyan = 0.51, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 103 113 211 -
CMYK 0.51 0.46 0 0.17
HSL 234.44º 0.55% 0.62% -
HSV(B) 234.44º 0.51% 0.83% -
XYZ 23.26 19.4 64.15 -
YUV 121.18 178.69 115.03 -
System Red Green Blue C M Y K H S L
Decimal 103 113 211 0.51 0.46 0 0.17 234.44 0.55 0.62
Hex 67 71 D3 33 2E 0 11 EA 37 3E
Octal 147 161 323 63 56 0 21 352 67 76
Binary 1100111 1110001 11010011 110011 101110 0 10001 11101010 110111 111110

Color Harmonies of #6771D3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6771D3

Black with #6771D3

Text Example


Text Example

White with #6771D3

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6771D3; }

 p { color: rgb(103,113,211); }

 H1.HeaderClassName
 {
   color: #6771D3;
 }
 .AnyTagClassName
 {
   color: #6771D3;
 }
</style>

background-color css

<style>
 a { background-color: #6771D3; }

 a { background-color: rgb(103,113,211); }

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

border-color css

<style>
 span { border-color: #6771D3; }

 span { border-color: rgb(103,113,211); }

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