Html Css Color HEX #698CCD Danube

📋 copy color: '#698CCD'

red 105 ◦ green 140 ◦ blue 205

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

Shades of Danube #698CCD

Tints of Danube #698CCD

RGB

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

 GREEN value IS 140 (55.08% from 255) = 31.11%

 BLUE value IS 205 (80.47% from 255) = 45.56%

R = 23.33%
G = 31.11%
B = 45.56%

CMYK

 C value IS 0.49

 M value IS 0.32

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#698CCD (or 0x698CCD) is known color: Danube. HEX triplet: 69, 8C and CD. RGB value is (105,140,205). Sum of RGB (Red+Green+Blue) = 105+140+205=450 (59% of max value = 765). Red value is 105 (41.41% from 255 or 23.33% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 205 (80.47% from 255 or 45.56% from 450); Max value from RGB is 205 - color contains mainly: blue. Hex color #698CCD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698CCD is #967332. Grayscale: #888888. Windows color (decimal): -9859891 or 13470825. OLE color: 13470825.

HSL color Cylindrical-coordinate representation of color #698CCD: hue angle of 219º degrees, saturation: 0.5, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #698CCD is Cyan = 0.49, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 105 140 205 -
CMYK 0.49 0.32 0 0.20
HSL 219º 0.5% 0.61% -
HSV(B) 219º 0.49% 0.8% -
XYZ 26.22 26.17 61.43 -
YUV 136.95 166.4 105.21 -
System Red Green Blue C M Y K H S L
Decimal 105 140 205 0.49 0.32 0 0.20 219 0.5 0.61
Hex 69 8C CD 31 20 0 14 DB 32 3D
Octal 151 214 315 61 40 0 24 333 62 75
Binary 1101001 10001100 11001101 110001 100000 0 10100 11011011 110010 111101

Color Harmonies of #698CCD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698CCD

Black with #698CCD

Text Example


Text Example

White with #698CCD

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #698CCD; }

 p { color: rgb(105,140,205); }

 H1.HeaderClassName
 {
   color: #698CCD;
 }
 .AnyTagClassName
 {
   color: #698CCD;
 }
</style>

background-color css

<style>
 a { background-color: #698CCD; }

 a { background-color: rgb(105,140,205); }

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

border-color css

<style>
 span { border-color: #698CCD; }

 span { border-color: rgb(105,140,205); }

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