Html Css Color HEX #6DAECD Seagull

📋 copy color: '#6DAECD'

red 109 ◦ green 174 ◦ blue 205

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

Shades of Seagull #6DAECD

Tints of Seagull #6DAECD

RGB

 RED value IS 109 (42.97% from 255) = 22.34%

 GREEN value IS 174 (68.36% from 255) = 35.66%

 BLUE value IS 205 (80.47% from 255) = 42.01%

R = 22.34%
G = 35.66%
B = 42.01%

CMYK

 C value IS 0.47

 M value IS 0.15

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DAECD (or 0x6DAECD) is known color: Seagull. HEX triplet: 6D, AE and CD. RGB value is (109,174,205). Sum of RGB (Red+Green+Blue) = 109+174+205=488 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.34% from 488); Green value is 174 (68.36% from 255 or 35.66% from 488); Blue value is 205 (80.47% from 255 or 42.01% from 488); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DAECD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAECD is #925132. Grayscale: #9D9D9D. Windows color (decimal): -9589043 or 13479533. OLE color: 13479533.

HSL color Cylindrical-coordinate representation of color #6DAECD: hue angle of 199.38º degrees, saturation: 0.49, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DAECD is Cyan = 0.47, Magento = 0.15, Yellow = 0 and Black (K on CMYK) = 0.20.

Color convert

RGB 109 174 205 -
CMYK 0.47 0.15 0 0.20
HSL 199.38º 0.49% 0.62% -
HSV(B) 199.38º 0.47% 0.8% -
XYZ 32.46 37.93 63.37 -
YUV 158.1 154.47 92.98 -
System Red Green Blue C M Y K H S L
Decimal 109 174 205 0.47 0.15 0 0.20 199.38 0.49 0.62
Hex 6D AE CD 2F F 0 14 C7 31 3E
Octal 155 256 315 57 17 0 24 307 61 76
Binary 1101101 10101110 11001101 101111 1111 0 10100 11000111 110001 111110

Color Harmonies of #6DAECD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAECD

Black with #6DAECD

Text Example


Text Example

White with #6DAECD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,174,205); }

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

background-color css

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

 a { background-color: rgb(109,174,205); }

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

border-color css

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

 span { border-color: rgb(109,174,205); }

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