Html Css Color HEX #6875DA Slate Blue

📋 copy color: '#6875DA'

red 104 ◦ green 117 ◦ blue 218

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

Shades of Slate Blue #6875DA

Tints of Slate Blue #6875DA

RGB

 RED value IS 104 (41.02% from 255) = 23.69%

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

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

R = 23.69%
G = 26.65%
B = 49.66%

CMYK

 C value IS 0.52

 M value IS 0.46

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6875DA (or 0x6875DA) is known color: Slate Blue. HEX triplet: 68, 75 and DA. RGB value is (104,117,218). Sum of RGB (Red+Green+Blue) = 104+117+218=439 (58% of max value = 765). Red value is 104 (41.02% from 255 or 23.69% from 439); Green value is 117 (46.09% from 255 or 26.65% 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 #6875DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6875DA is #978A25. Grayscale: #7C7C7C. Windows color (decimal): -9931302 or 14316904. OLE color: 14316904.

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

Color convert

RGB 104 117 218 -
CMYK 0.52 0.46 0 0.15
HSL 233.16º 0.61% 0.63% -
HSV(B) 233.16º 0.52% 0.85% -
XYZ 24.73 20.73 69.03 -
YUV 124.63 180.69 113.29 -
System Red Green Blue C M Y K H S L
Decimal 104 117 218 0.52 0.46 0 0.15 233.16 0.61 0.63
Hex 68 75 DA 34 2E 0 F E9 3D 3F
Octal 150 165 332 64 56 0 17 351 75 77
Binary 1101000 1110101 11011010 110100 101110 0 1111 11101001 111101 111111

Color Harmonies of #6875DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6875DA

Black with #6875DA

Text Example


Text Example

White with #6875DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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