Html Css Color HEX #6DABD2 Seagull

📋 copy color: '#6DABD2'

red 109 ◦ green 171 ◦ blue 210

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

Shades of Seagull #6DABD2

Tints of Seagull #6DABD2

RGB

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

 GREEN value IS 171 (67.19% from 255) = 34.9%

 BLUE value IS 210 (82.42% from 255) = 42.86%

R = 22.24%
G = 34.9%
B = 42.86%

CMYK

 C value IS 0.48

 M value IS 0.19

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6DABD2 (or 0x6DABD2) is known color: Seagull. HEX triplet: 6D, AB and D2. RGB value is (109,171,210). Sum of RGB (Red+Green+Blue) = 109+171+210=490 (64% of max value = 765). Red value is 109 (42.97% from 255 or 22.24% from 490); Green value is 171 (67.19% from 255 or 34.90% from 490); Blue value is 210 (82.42% from 255 or 42.86% from 490); Max value from RGB is 210 - color contains mainly: blue. Hex color #6DABD2 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6DABD2 is #92542D. Grayscale: #9C9C9C. Windows color (decimal): -9589806 or 13806445. OLE color: 13806445.

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

Color convert

RGB 109 171 210 -
CMYK 0.48 0.19 0 0.18
HSL 203.17º 0.53% 0.63% -
HSV(B) 203.17º 0.48% 0.82% -
XYZ 32.5 37.03 66.41 -
YUV 156.91 157.96 93.83 -
System Red Green Blue C M Y K H S L
Decimal 109 171 210 0.48 0.19 0 0.18 203.17 0.53 0.63
Hex 6D AB D2 30 13 0 12 CB 35 3F
Octal 155 253 322 60 23 0 22 313 65 77
Binary 1101101 10101011 11010010 110000 10011 0 10010 11001011 110101 111111

Color Harmonies of #6DABD2

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DABD2

Black with #6DABD2

Text Example


Text Example

White with #6DABD2

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,171,210); }

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

background-color css

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

 a { background-color: rgb(109,171,210); }

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

border-color css

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

 span { border-color: rgb(109,171,210); }

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