Html Css Color HEX #6DBDD1 Seagull

📋 copy color: '#6DBDD1'

red 109 ◦ green 189 ◦ blue 209

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

Shades of Seagull #6DBDD1

Tints of Seagull #6DBDD1

RGB

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

 GREEN value IS 189 (74.22% from 255) = 37.28%

 BLUE value IS 209 (82.03% from 255) = 41.22%

R = 21.5%
G = 37.28%
B = 41.22%

CMYK

 C value IS 0.48

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6DBDD1 (or 0x6DBDD1) is known color: Seagull. HEX triplet: 6D, BD and D1. RGB value is (109,189,209). Sum of RGB (Red+Green+Blue) = 109+189+209=507 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.50% from 507); Green value is 189 (74.22% from 255 or 37.28% from 507); Blue value is 209 (82.03% from 255 or 41.22% from 507); Max value from RGB is 209 - color contains mainly: blue. Hex color #6DBDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBDD1 is #92422E. Grayscale: #A7A7A7. Windows color (decimal): -9585199 or 13745517. OLE color: 13745517.

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

Color convert

RGB 109 189 209 -
CMYK 0.48 0.10 0 0.18
HSL 192º 0.52% 0.62% -
HSV(B) 192º 0.48% 0.82% -
XYZ 36.01 44.25 66.96 -
YUV 167.36 151.5 86.37 -
System Red Green Blue C M Y K H S L
Decimal 109 189 209 0.48 0.10 0 0.18 192 0.52 0.62
Hex 6D BD D1 30 A 0 12 C0 34 3E
Octal 155 275 321 60 12 0 22 300 64 76
Binary 1101101 10111101 11010001 110000 1010 0 10010 11000000 110100 111110

Color Harmonies of #6DBDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBDD1

Black with #6DBDD1

Text Example


Text Example

White with #6DBDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,189,209); }

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

background-color css

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

 a { background-color: rgb(109,189,209); }

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

border-color css

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

 span { border-color: rgb(109,189,209); }

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