Html Css Color HEX #6DAACD Seagull

📋 copy color: '#6DAACD'

red 109 ◦ green 170 ◦ blue 205

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

Shades of Seagull #6DAACD

Tints of Seagull #6DAACD

RGB

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

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

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

R = 22.52%
G = 35.12%
B = 42.36%

CMYK

 C value IS 0.47

 M value IS 0.17

 Y value IS 0

 K value IS 0.20

RGB Variations

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

Color information

#6DAACD (or 0x6DAACD) is known color: Seagull. HEX triplet: 6D, AA and CD. RGB value is (109,170,205). Sum of RGB (Red+Green+Blue) = 109+170+205=484 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.52% from 484); Green value is 170 (66.80% from 255 or 35.12% from 484); Blue value is 205 (80.47% from 255 or 42.36% from 484); Max value from RGB is 205 - color contains mainly: blue. Hex color #6DAACD is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DAACD is #925532. Grayscale: #9B9B9B. Windows color (decimal): -9590067 or 13478509. OLE color: 13478509.

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

Color convert

RGB 109 170 205 -
CMYK 0.47 0.17 0 0.20
HSL 201.88º 0.49% 0.62% -
HSV(B) 201.88º 0.47% 0.8% -
XYZ 31.7 36.41 63.11 -
YUV 155.75 155.79 94.65 -
System Red Green Blue C M Y K H S L
Decimal 109 170 205 0.47 0.17 0 0.20 201.88 0.49 0.62
Hex 6D AA CD 2F 11 0 14 CA 31 3E
Octal 155 252 315 57 21 0 24 312 61 76
Binary 1101101 10101010 11001101 101111 10001 0 10100 11001010 110001 111110

Color Harmonies of #6DAACD

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DAACD

Black with #6DAACD

Text Example


Text Example

White with #6DAACD

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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