Html Css Color HEX #698CC1 Danube

📋 copy color: '#698CC1'

red 105 ◦ green 140 ◦ blue 193

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

Shades of Danube #698CC1

Tints of Danube #698CC1

RGB

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

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

 BLUE value IS 193 (75.78% from 255) = 44.06%

R = 23.97%
G = 31.96%
B = 44.06%

CMYK

 C value IS 0.46

 M value IS 0.27

 Y value IS 0

 K value IS 0.24

RGB Variations

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

Color information

#698CC1 (or 0x698CC1) is known color: Danube. HEX triplet: 69, 8C and C1. RGB value is (105,140,193). Sum of RGB (Red+Green+Blue) = 105+140+193=438 (58% of max value = 765). Red value is 105 (41.41% from 255 or 23.97% from 438); Green value is 140 (55.08% from 255 or 31.96% from 438); Blue value is 193 (75.78% from 255 or 44.06% from 438); Max value from RGB is 193 - color contains mainly: blue. Hex color #698CC1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #698CC1 is #96733E. Grayscale: #878787. Windows color (decimal): -9859903 or 12684393. OLE color: 12684393.

HSL color Cylindrical-coordinate representation of color #698CC1: hue angle of 216.14º degrees, saturation: 0.42, lightness: 0.58%. HSV value (or HSB Brightness) of color is 0.76% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #698CC1 is Cyan = 0.46, Magento = 0.27, Yellow = 0 and Black (K on CMYK) = 0.24.

Color convert

RGB 105 140 193 -
CMYK 0.46 0.27 0 0.24
HSL 216.14º 0.42% 0.58% -
HSV(B) 216.14º 0.46% 0.76% -
XYZ 24.83 25.61 54.09 -
YUV 135.58 160.4 106.19 -
System Red Green Blue C M Y K H S L
Decimal 105 140 193 0.46 0.27 0 0.24 216.14 0.42 0.58
Hex 69 8C C1 2E 1B 0 18 D8 2A 3A
Octal 151 214 301 56 33 0 30 330 52 72
Binary 1101001 10001100 11000001 101110 11011 0 11000 11011000 101010 111010

Color Harmonies of #698CC1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #698CC1

Black with #698CC1

Text Example


Text Example

White with #698CC1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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