Html Css Color HEX #6DBAD0 Seagull

📋 copy color: '#6DBAD0'

red 109 ◦ green 186 ◦ blue 208

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

Shades of Seagull #6DBAD0

Tints of Seagull #6DBAD0

RGB

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

 GREEN value IS 186 (73.05% from 255) = 36.98%

 BLUE value IS 208 (81.64% from 255) = 41.35%

R = 21.67%
G = 36.98%
B = 41.35%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6DBAD0 (or 0x6DBAD0) is known color: Seagull. HEX triplet: 6D, BA and D0. RGB value is (109,186,208). Sum of RGB (Red+Green+Blue) = 109+186+208=503 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.67% from 503); Green value is 186 (73.05% from 255 or 36.98% from 503); Blue value is 208 (81.64% from 255 or 41.35% from 503); Max value from RGB is 208 - color contains mainly: blue. Hex color #6DBAD0 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBAD0 is #92452F. Grayscale: #A5A5A5. Windows color (decimal): -9585968 or 13679213. OLE color: 13679213.

HSL color Cylindrical-coordinate representation of color #6DBAD0: hue angle of 193.33º degrees, saturation: 0.51, 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 #6DBAD0 is Cyan = 0.48, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 109 186 208 -
CMYK 0.48 0.11 0 0.18
HSL 193.33º 0.51% 0.62% -
HSV(B) 193.33º 0.48% 0.82% -
XYZ 35.25 42.92 66.1 -
YUV 165.49 151.99 87.71 -
System Red Green Blue C M Y K H S L
Decimal 109 186 208 0.48 0.11 0 0.18 193.33 0.51 0.62
Hex 6D BA D0 30 B 0 12 C1 33 3E
Octal 155 272 320 60 13 0 22 301 63 76
Binary 1101101 10111010 11010000 110000 1011 0 10010 11000001 110011 111110

Color Harmonies of #6DBAD0

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBAD0

Black with #6DBAD0

Text Example


Text Example

White with #6DBAD0

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,186,208); }

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

background-color css

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

 a { background-color: rgb(109,186,208); }

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

border-color css

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

 span { border-color: rgb(109,186,208); }

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