Html Css Color HEX #6DBFD7 Seagull

📋 copy color: '#6DBFD7'

red 109 ◦ green 191 ◦ blue 215

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

Shades of Seagull #6DBFD7

Tints of Seagull #6DBFD7

RGB

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

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

 BLUE value IS 215 (84.38% from 255) = 41.75%

R = 21.17%
G = 37.09%
B = 41.75%

CMYK

 C value IS 0.49

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6DBFD7 (or 0x6DBFD7) is known color: Seagull. HEX triplet: 6D, BF and D7. RGB value is (109,191,215). Sum of RGB (Red+Green+Blue) = 109+191+215=515 (68% of max value = 765). Red value is 109 (42.97% from 255 or 21.17% from 515); Green value is 191 (75% from 255 or 37.09% from 515); Blue value is 215 (84.38% from 255 or 41.75% from 515); Max value from RGB is 215 - color contains mainly: blue. Hex color #6DBFD7 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBFD7 is #924028. Grayscale: #A9A9A9. Windows color (decimal): -9584681 or 14139245. OLE color: 14139245.

HSL color Cylindrical-coordinate representation of color #6DBFD7: hue angle of 193.58º degrees, saturation: 0.57, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #6DBFD7 is Cyan = 0.49, Magento = 0.11, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 109 191 215 -
CMYK 0.49 0.11 0 0.16
HSL 193.58º 0.57% 0.64% -
HSV(B) 193.58º 0.49% 0.84% -
XYZ 37.2 45.42 71.1 -
YUV 169.22 153.83 85.05 -
System Red Green Blue C M Y K H S L
Decimal 109 191 215 0.49 0.11 0 0.16 193.58 0.57 0.64
Hex 6D BF D7 31 B 0 10 C2 39 40
Octal 155 277 327 61 13 0 20 302 71 100
Binary 1101101 10111111 11010111 110001 1011 0 10000 11000010 111001 1000000

Color Harmonies of #6DBFD7

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBFD7

Black with #6DBFD7

Text Example


Text Example

White with #6DBFD7

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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