Html Css Color HEX #6DAACE Seagull

📋 copy color: '#6DAACE'

red 109 ◦ green 170 ◦ blue 206

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

Shades of Seagull #6DAACE

Tints of Seagull #6DAACE

RGB

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

 GREEN value IS 170 (66.8% from 255) = 35.05%

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

R = 22.47%
G = 35.05%
B = 42.47%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6DAACE (or 0x6DAACE) is known color: Seagull. HEX triplet: 6D, AA and CE. RGB value is (109,170,206). Sum of RGB (Red+Green+Blue) = 109+170+206=485 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.47% from 485); Green value is 170 (66.80% from 255 or 35.05% from 485); Blue value is 206 (80.86% from 255 or 42.47% from 485); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DAACE is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAACE is #925531. Grayscale: #9B9B9B. Windows color (decimal): -9590066 or 13544045. OLE color: 13544045.

HSL color Cylindrical-coordinate representation of color #6DAACE: hue angle of 202.27º 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 #6DAACE is Cyan = 0.47, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 170 206 -
CMYK 0.47 0.17 0 0.19
HSL 202.27º 0.5% 0.62% -
HSV(B) 202.27º 0.47% 0.81% -
XYZ 31.82 36.46 63.75 -
YUV 155.87 156.29 94.57 -
System Red Green Blue C M Y K H S L
Decimal 109 170 206 0.47 0.17 0 0.19 202.27 0.5 0.62
Hex 6D AA CE 2F 11 0 13 CA 32 3E
Octal 155 252 316 57 21 0 23 312 62 76
Binary 1101101 10101010 11001110 101111 10001 0 10011 11001010 110010 111110

Color Harmonies of #6DAACE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAACE

Black with #6DAACE

Text Example


Text Example

White with #6DAACE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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