Html Css Color HEX #6DBFD1 Seagull

📋 copy color: '#6DBFD1'

red 109 ◦ green 191 ◦ blue 209

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

Shades of Seagull #6DBFD1

Tints of Seagull #6DBFD1

RGB

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

 GREEN value IS 191 (75% from 255) = 37.52%

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

R = 21.41%
G = 37.52%
B = 41.06%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6DBFD1 (or 0x6DBFD1) is known color: Seagull. HEX triplet: 6D, BF and D1. RGB value is (109,191,209). Sum of RGB (Red+Green+Blue) = 109+191+209=509 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.41% from 509); Green value is 191 (75% from 255 or 37.52% from 509); Blue value is 209 (82.03% from 255 or 41.06% from 509); Max value from RGB is 209 - color contains mainly: blue. Hex color #6DBFD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFD1 is #92402E. Grayscale: #A8A8A8. Windows color (decimal): -9584687 or 13746029. OLE color: 13746029.

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

Color convert

RGB 109 191 209 -
CMYK 0.48 0.09 0 0.18
HSL 190.8º 0.52% 0.62% -
HSV(B) 190.8º 0.48% 0.82% -
XYZ 36.45 45.12 67.11 -
YUV 168.53 150.83 85.54 -
System Red Green Blue C M Y K H S L
Decimal 109 191 209 0.48 0.09 0 0.18 190.8 0.52 0.62
Hex 6D BF D1 30 9 0 12 BF 34 3E
Octal 155 277 321 60 11 0 22 277 64 76
Binary 1101101 10111111 11010001 110000 1001 0 10010 10111111 110100 111110

Color Harmonies of #6DBFD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBFD1

Black with #6DBFD1

Text Example


Text Example

White with #6DBFD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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