Html Css Color HEX #6C8ACC Danube

📋 copy color: '#6C8ACC'

red 108 ◦ green 138 ◦ blue 204

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

Shades of Danube #6C8ACC

Tints of Danube #6C8ACC

RGB

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

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

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

R = 24%
G = 30.67%
B = 45.33%

CMYK

 C value IS 0.47

 M value IS 0.32

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6C8ACC (or 0x6C8ACC) is known color: Danube. HEX triplet: 6C, 8A and CC. RGB value is (108,138,204). Sum of RGB (Red+Green+Blue) = 108+138+204=450 (59% of max value = 765). Red value is 108 (42.58% from 255 or 24% from 450); Green value is 138 (54.30% from 255 or 30.67% 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 #6C8ACC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6C8ACC is #937533. Grayscale: #888888. Windows color (decimal): -9663796 or 13404780. OLE color: 13404780.

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

Color convert

RGB 108 138 204 -
CMYK 0.47 0.32 0 0.2
HSL 221.25º 0.48% 0.61% -
HSV(B) 221.25º 0.47% 0.8% -
XYZ 26.17 25.72 60.71 -
YUV 136.55 166.06 107.63 -
System Red Green Blue C M Y K H S L
Decimal 108 138 204 0.47 0.32 0 0.2 221.25 0.48 0.61
Hex 6C 8A CC 2F 20 0 14 DD 30 3D
Octal 154 212 314 57 40 0 24 335 60 75
Binary 1101100 10001010 11001100 101111 100000 0 10100 11011101 110000 111101

Color Harmonies of #6C8ACC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6C8ACC

Black with #6C8ACC

Text Example


Text Example

White with #6C8ACC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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