Html Css Color HEX #6A8CCC Danube

📋 copy color: '#6A8CCC'

red 106 ◦ green 140 ◦ blue 204

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

Shades of Danube #6A8CCC

Tints of Danube #6A8CCC

RGB

 RED value IS 106 (41.8% from 255) = 23.56%

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

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

R = 23.56%
G = 31.11%
B = 45.33%

CMYK

 C value IS 0.48

 M value IS 0.31

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6A8CCC (or 0x6A8CCC) is known color: Danube. HEX triplet: 6A, 8C and CC. RGB value is (106,140,204). Sum of RGB (Red+Green+Blue) = 106+140+204=450 (59% of max value = 765). Red value is 106 (41.80% from 255 or 23.56% from 450); Green value is 140 (55.08% from 255 or 31.11% from 450); Blue value is 204 (80.08% from 255 or 45.33% from 450); Max value from RGB is 204 - color contains mainly: blue. Hex color #6A8CCC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6A8CCC is #957333. Grayscale: #888888. Windows color (decimal): -9794356 or 13405290. OLE color: 13405290.

HSL color Cylindrical-coordinate representation of color #6A8CCC: hue angle of 219.18º degrees, saturation: 0.49, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6A8CCC is Cyan = 0.48, Magento = 0.31, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 106 140 204 -
CMYK 0.48 0.31 0 0.2
HSL 219.18º 0.49% 0.61% -
HSV(B) 219.18º 0.48% 0.8% -
XYZ 26.22 26.18 60.8 -
YUV 137.13 165.74 105.8 -
System Red Green Blue C M Y K H S L
Decimal 106 140 204 0.48 0.31 0 0.2 219.18 0.49 0.61
Hex 6A 8C CC 30 1F 0 14 DB 31 3D
Octal 152 214 314 60 37 0 24 333 61 75
Binary 1101010 10001100 11001100 110000 11111 0 10100 11011011 110001 111101

Color Harmonies of #6A8CCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6A8CCC

Black with #6A8CCC

Text Example


Text Example

White with #6A8CCC

Text Example


Text Example

HTML Codes & Css Web design

color css

<style>
 p { color: #6A8CCC; }

 p { color: rgb(106,140,204); }

 H1.HeaderClassName
 {
   color: #6A8CCC;
 }
 .AnyTagClassName
 {
   color: #6A8CCC;
 }
</style>

background-color css

<style>
 a { background-color: #6A8CCC; }

 a { background-color: rgb(106,140,204); }

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

border-color css

<style>
 span { border-color: #6A8CCC; }

 span { border-color: rgb(106,140,204); }

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