Html Css Color HEX #6DBED5 Seagull

📋 copy color: '#6DBED5'

red 109 ◦ green 190 ◦ blue 213

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

Shades of Seagull #6DBED5

Tints of Seagull #6DBED5

RGB

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

 GREEN value IS 190 (74.61% from 255) = 37.11%

 BLUE value IS 213 (83.59% from 255) = 41.6%

R = 21.29%
G = 37.11%
B = 41.6%

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

#6DBED5 (or 0x6DBED5) is known color: Seagull. HEX triplet: 6D, BE and D5. RGB value is (109,190,213). Sum of RGB (Red+Green+Blue) = 109+190+213=512 (67% of max value = 765). Red value is 109 (42.97% from 255 or 21.29% from 512); Green value is 190 (74.61% from 255 or 37.11% from 512); Blue value is 213 (83.59% from 255 or 41.60% from 512); Max value from RGB is 213 - color contains mainly: blue. Hex color #6DBED5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DBED5 is #92412A. Grayscale: #A8A8A8. Windows color (decimal): -9584939 or 14007917. OLE color: 14007917.

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

Color convert

RGB 109 190 213 -
CMYK 0.49 0.11 0 0.16
HSL 193.27º 0.55% 0.63% -
HSV(B) 193.27º 0.49% 0.84% -
XYZ 36.73 44.88 69.68 -
YUV 168.4 153.16 85.63 -
System Red Green Blue C M Y K H S L
Decimal 109 190 213 0.49 0.11 0 0.16 193.27 0.55 0.63
Hex 6D BE D5 31 B 0 10 C1 37 3F
Octal 155 276 325 61 13 0 20 301 67 77
Binary 1101101 10111110 11010101 110001 1011 0 10000 11000001 110111 111111

Color Harmonies of #6DBED5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DBED5

Black with #6DBED5

Text Example


Text Example

White with #6DBED5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,190,213); }

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

background-color css

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

 a { background-color: rgb(109,190,213); }

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

border-color css

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

 span { border-color: rgb(109,190,213); }

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