Html Css Color HEX #6DAECE Seagull

📋 copy color: '#6DAECE'

red 109 ◦ green 174 ◦ blue 206

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

Shades of Seagull #6DAECE

Tints of Seagull #6DAECE

RGB

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

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

 BLUE value IS 206 (80.86% from 255) = 42.13%

R = 22.29%
G = 35.58%
B = 42.13%

CMYK

 C value IS 0.47

 M value IS 0.16

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6DAECE (or 0x6DAECE) is known color: Seagull. HEX triplet: 6D, AE and CE. RGB value is (109,174,206). Sum of RGB (Red+Green+Blue) = 109+174+206=489 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.29% from 489); Green value is 174 (68.36% from 255 or 35.58% from 489); Blue value is 206 (80.86% from 255 or 42.13% from 489); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DAECE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAECE is #925131. Grayscale: #9E9E9E. Windows color (decimal): -9589042 or 13545069. OLE color: 13545069.

HSL color Cylindrical-coordinate representation of color #6DAECE: hue angle of 199.79º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DAECE is Cyan = 0.47, Magento = 0.16, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 174 206 -
CMYK 0.47 0.16 0 0.19
HSL 199.79º 0.5% 0.62% -
HSV(B) 199.79º 0.47% 0.81% -
XYZ 32.58 37.98 64.01 -
YUV 158.21 154.97 92.9 -
System Red Green Blue C M Y K H S L
Decimal 109 174 206 0.47 0.16 0 0.19 199.79 0.5 0.62
Hex 6D AE CE 2F 10 0 13 C8 32 3E
Octal 155 256 316 57 20 0 23 310 62 76
Binary 1101101 10101110 11001110 101111 10000 0 10011 11001000 110010 111110

Color Harmonies of #6DAECE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAECE

Black with #6DAECE

Text Example


Text Example

White with #6DAECE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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