Html Css Color HEX #6993CF Danube

📋 copy color: '#6993CF'

red 105 ◦ green 147 ◦ blue 207

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

Shades of Danube #6993CF

Tints of Danube #6993CF

RGB

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

 GREEN value IS 147 (57.81% from 255) = 32.03%

 BLUE value IS 207 (81.25% from 255) = 45.1%

R = 22.88%
G = 32.03%
B = 45.1%

CMYK

 C value IS 0.49

 M value IS 0.29

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6993CF (or 0x6993CF) is known color: Danube. HEX triplet: 69, 93 and CF. RGB value is (105,147,207). Sum of RGB (Red+Green+Blue) = 105+147+207=459 (60% of max value = 765). Red value is 105 (41.41% from 255 or 22.88% from 459); Green value is 147 (57.81% from 255 or 32.03% from 459); Blue value is 207 (81.25% from 255 or 45.10% from 459); Max value from RGB is 207 - color contains mainly: blue. Hex color #6993CF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6993CF is #966C30. Grayscale: #8D8D8D. Windows color (decimal): -9858097 or 13603689. OLE color: 13603689.

HSL color Cylindrical-coordinate representation of color #6993CF: hue angle of 215.29º degrees, saturation: 0.52, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6993CF is Cyan = 0.49, Magento = 0.29, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 105 147 207 -
CMYK 0.49 0.29 0 0.19
HSL 215.29º 0.52% 0.61% -
HSV(B) 215.29º 0.49% 0.81% -
XYZ 27.52 28.38 63.06 -
YUV 141.28 165.09 102.12 -
System Red Green Blue C M Y K H S L
Decimal 105 147 207 0.49 0.29 0 0.19 215.29 0.52 0.61
Hex 69 93 CF 31 1D 0 13 D7 34 3D
Octal 151 223 317 61 35 0 23 327 64 75
Binary 1101001 10010011 11001111 110001 11101 0 10011 11010111 110100 111101

Color Harmonies of #6993CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6993CF

Black with #6993CF

Text Example


Text Example

White with #6993CF

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6993CF; }

 p { color: rgb(105,147,207); }

 H1.HeaderClassName
 {
   color: #6993CF;
 }
 .AnyTagClassName
 {
   color: #6993CF;
 }
</style>

background-color css

<style>
 a { background-color: #6993CF; }

 a { background-color: rgb(105,147,207); }

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

border-color css

<style>
 span { border-color: #6993CF; }

 span { border-color: rgb(105,147,207); }

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