Html Css Color HEX #6DAED1 Seagull

📋 copy color: '#6DAED1'

red 109 ◦ green 174 ◦ blue 209

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

Shades of Seagull #6DAED1

Tints of Seagull #6DAED1

RGB

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

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

 BLUE value IS 209 (82.03% from 255) = 42.48%

R = 22.15%
G = 35.37%
B = 42.48%

CMYK

 C value IS 0.48

 M value IS 0.17

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6DAED1 (or 0x6DAED1) is known color: Seagull. HEX triplet: 6D, AE and D1. RGB value is (109,174,209). Sum of RGB (Red+Green+Blue) = 109+174+209=492 (65% of max value = 765). Red value is 109 (42.97% from 255 or 22.15% from 492); Green value is 174 (68.36% from 255 or 35.37% from 492); Blue value is 209 (82.03% from 255 or 42.48% from 492); Max value from RGB is 209 - color contains mainly: blue. Hex color #6DAED1 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAED1 is #92512E. Grayscale: #9E9E9E. Windows color (decimal): -9589039 or 13741677. OLE color: 13741677.

HSL color Cylindrical-coordinate representation of color #6DAED1: hue angle of 201º degrees, saturation: 0.52, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6DAED1 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 174 209 -
CMYK 0.48 0.17 0 0.18
HSL 201º 0.52% 0.62% -
HSV(B) 201º 0.48% 0.82% -
XYZ 32.95 38.13 65.94 -
YUV 158.56 156.47 92.65 -
System Red Green Blue C M Y K H S L
Decimal 109 174 209 0.48 0.17 0 0.18 201 0.52 0.62
Hex 6D AE D1 30 11 0 12 C9 34 3E
Octal 155 256 321 60 21 0 22 311 64 76
Binary 1101101 10101110 11010001 110000 10001 0 10010 11001001 110100 111110

Color Harmonies of #6DAED1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAED1

Black with #6DAED1

Text Example


Text Example

White with #6DAED1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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