Html Css Color HEX #6892CC Danube

📋 copy color: '#6892CC'

red 104 ◦ green 146 ◦ blue 204

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

Shades of Danube #6892CC

Tints of Danube #6892CC

RGB

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

 GREEN value IS 146 (57.42% from 255) = 32.16%

 BLUE value IS 204 (80.08% from 255) = 44.93%

R = 22.91%
G = 32.16%
B = 44.93%

CMYK

 C value IS 0.49

 M value IS 0.28

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6892CC (or 0x6892CC) is known color: Danube. HEX triplet: 68, 92 and CC. RGB value is (104,146,204). Sum of RGB (Red+Green+Blue) = 104+146+204=454 (60% of max value = 765). Red value is 104 (41.02% from 255 or 22.91% from 454); Green value is 146 (57.42% from 255 or 32.16% from 454); Blue value is 204 (80.08% from 255 or 44.93% from 454); Max value from RGB is 204 - color contains mainly: blue. Hex color #6892CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6892CC is #976D33. Grayscale: #8B8B8B. Windows color (decimal): -9923892 or 13406824. OLE color: 13406824.

HSL color Cylindrical-coordinate representation of color #6892CC: hue angle of 214.8º degrees, saturation: 0.5, lightness: 0.6%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6892CC is Cyan = 0.49, Magento = 0.28, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 104 146 204 -
CMYK 0.49 0.28 0 0.2
HSL 214.8º 0.5% 0.6% -
HSV(B) 214.8º 0.49% 0.8% -
XYZ 26.89 27.86 61.09 -
YUV 140.05 164.09 102.28 -
System Red Green Blue C M Y K H S L
Decimal 104 146 204 0.49 0.28 0 0.2 214.8 0.5 0.6
Hex 68 92 CC 31 1C 0 14 D7 32 3C
Octal 150 222 314 61 34 0 24 327 62 74
Binary 1101000 10010010 11001100 110001 11100 0 10100 11010111 110010 111100

Color Harmonies of #6892CC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6892CC

Black with #6892CC

Text Example


Text Example

White with #6892CC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6892CC; }

 p { color: rgb(104,146,204); }

 H1.HeaderClassName
 {
   color: #6892CC;
 }
 .AnyTagClassName
 {
   color: #6892CC;
 }
</style>

background-color css

<style>
 a { background-color: #6892CC; }

 a { background-color: rgb(104,146,204); }

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

border-color css

<style>
 span { border-color: #6892CC; }

 span { border-color: rgb(104,146,204); }

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