Html Css Color HEX #6C8ACA Danube

📋 copy color: '#6C8ACA'

red 108 ◦ green 138 ◦ blue 202

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

Shades of Danube #6C8ACA

Tints of Danube #6C8ACA

RGB

 RED value IS 108 (42.58% from 255) = 24.11%

 GREEN value IS 138 (54.3% from 255) = 30.8%

 BLUE value IS 202 (79.3% from 255) = 45.09%

R = 24.11%
G = 30.8%
B = 45.09%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.21

RGB Variations

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

Color information

#6C8ACA (or 0x6C8ACA) is known color: Danube. HEX triplet: 6C, 8A and CA. RGB value is (108,138,202). Sum of RGB (Red+Green+Blue) = 108+138+202=448 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24.11% from 448); Green value is 138 (54.30% from 255 or 30.80% from 448); Blue value is 202 (79.30% from 255 or 45.09% from 448); Max value from RGB is 202 - color contains mainly: blue. Hex color #6C8ACA is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8ACA is #937535. Grayscale: #888888. Windows color (decimal): -9663798 or 13273708. OLE color: 13273708.

HSL color Cylindrical-coordinate representation of color #6C8ACA: hue angle of 220.85º degrees, saturation: 0.47, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.79% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6C8ACA is Cyan = 0.47, Magento = 0.32, Yellow = 0 and Black (K on CMYK) = 0.21.

Color convert

RGB 108 138 202 -
CMYK 0.47 0.32 0 0.21
HSL 220.85º 0.47% 0.61% -
HSV(B) 220.85º 0.47% 0.79% -
XYZ 25.93 25.63 59.46 -
YUV 136.33 165.06 107.8 -
System Red Green Blue C M Y K H S L
Decimal 108 138 202 0.47 0.32 0 0.21 220.85 0.47 0.61
Hex 6C 8A CA 2F 20 0 15 DD 2F 3D
Octal 154 212 312 57 40 0 25 335 57 75
Binary 1101100 10001010 11001010 101111 100000 0 10101 11011101 101111 111101

Color Harmonies of #6C8ACA

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8ACA

Black with #6C8ACA

Text Example


Text Example

White with #6C8ACA

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(108,138,202); }

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

background-color css

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

 a { background-color: rgb(108,138,202); }

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

border-color css

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

 span { border-color: rgb(108,138,202); }

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