Html Css Color HEX #6769DC Slate Blue

📋 copy color: '#6769DC'

red 103 ◦ green 105 ◦ blue 220

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

Shades of Slate Blue #6769DC

Tints of Slate Blue #6769DC

RGB

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

 GREEN value IS 105 (41.41% from 255) = 24.53%

 BLUE value IS 220 (86.33% from 255) = 51.4%

R = 24.07%
G = 24.53%
B = 51.4%

CMYK

 C value IS 0.53

 M value IS 0.52

 Y value IS 0

 K value IS 0.14

RGB Variations

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

Color information

#6769DC (or 0x6769DC) is known color: Slate Blue. HEX triplet: 67, 69 and DC. RGB value is (103,105,220). Sum of RGB (Red+Green+Blue) = 103+105+220=428 (56% of max value = 765). Red value is 103 (40.62% from 255 or 24.07% from 428); Green value is 105 (41.41% from 255 or 24.53% from 428); Blue value is 220 (86.33% from 255 or 51.40% from 428); Max value from RGB is 220 - color contains mainly: blue. Hex color #6769DC is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6769DC is #989623. Grayscale: #757575. Windows color (decimal): -9999908 or 14444903. OLE color: 14444903.

HSL color Cylindrical-coordinate representation of color #6769DC: hue angle of 238.97º degrees, saturation: 0.63, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #6769DC is Cyan = 0.53, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.14.

Color convert

RGB 103 105 220 -
CMYK 0.53 0.52 0 0.14
HSL 238.97º 0.63% 0.63% -
HSV(B) 238.97º 0.53% 0.86% -
XYZ 23.56 18.15 69.97 -
YUV 117.51 185.84 117.65 -
System Red Green Blue C M Y K H S L
Decimal 103 105 220 0.53 0.52 0 0.14 238.97 0.63 0.63
Hex 67 69 DC 35 34 0 E EF 3F 3F
Octal 147 151 334 65 64 0 16 357 77 77
Binary 1100111 1101001 11011100 110101 110100 0 1110 11101111 111111 111111

Color Harmonies of #6769DC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6769DC

Black with #6769DC

Text Example


Text Example

White with #6769DC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6769DC; }

 p { color: rgb(103,105,220); }

 H1.HeaderClassName
 {
   color: #6769DC;
 }
 .AnyTagClassName
 {
   color: #6769DC;
 }
</style>

background-color css

<style>
 a { background-color: #6769DC; }

 a { background-color: rgb(103,105,220); }

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

border-color css

<style>
 span { border-color: #6769DC; }

 span { border-color: rgb(103,105,220); }

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