Html Css Color HEX #6974DA Slate Blue

📋 copy color: '#6974DA'

red 105 ◦ green 116 ◦ blue 218

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

Shades of Slate Blue #6974DA

Tints of Slate Blue #6974DA

RGB

 RED value IS 105 (41.41% from 255) = 23.92%

 GREEN value IS 116 (45.7% from 255) = 26.42%

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

R = 23.92%
G = 26.42%
B = 49.66%

CMYK

 C value IS 0.52

 M value IS 0.47

 Y value IS 0

 K value IS 0.15

RGB Variations

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

Color information

#6974DA (or 0x6974DA) is known color: Slate Blue. HEX triplet: 69, 74 and DA. RGB value is (105,116,218). Sum of RGB (Red+Green+Blue) = 105+116+218=439 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.92% from 439); Green value is 116 (45.70% from 255 or 26.42% 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 #6974DA is not a web safe color. Web safe color analog (approx): #6666CC. Inversed color of #6974DA is #968B25. Grayscale: #7B7B7B. Windows color (decimal): -9866022 or 14316649. OLE color: 14316649.

HSL color Cylindrical-coordinate representation of color #6974DA: hue angle of 234.16º degrees, saturation: 0.6, 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 #6974DA is Cyan = 0.52, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.15.

Color convert

RGB 105 116 218 -
CMYK 0.52 0.47 0 0.15
HSL 234.16º 0.6% 0.63% -
HSV(B) 234.16º 0.52% 0.85% -
XYZ 24.73 20.56 68.99 -
YUV 124.34 180.86 114.21 -
System Red Green Blue C M Y K H S L
Decimal 105 116 218 0.52 0.47 0 0.15 234.16 0.6 0.63
Hex 69 74 DA 34 2F 0 F EA 3C 3F
Octal 151 164 332 64 57 0 17 352 74 77
Binary 1101001 1110100 11011010 110100 101111 0 1111 11101010 111100 111111

Color Harmonies of #6974DA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6974DA

Black with #6974DA

Text Example


Text Example

White with #6974DA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(105,116,218); }

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

background-color css

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

 a { background-color: rgb(105,116,218); }

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

border-color css

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

 span { border-color: rgb(105,116,218); }

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