Html Css Color HEX #6DB9CE Seagull

📋 copy color: '#6DB9CE'

red 109 ◦ green 185 ◦ blue 206

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

Shades of Seagull #6DB9CE

Tints of Seagull #6DB9CE

RGB

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

 GREEN value IS 185 (72.66% from 255) = 37%

 BLUE value IS 206 (80.86% from 255) = 41.2%

R = 21.8%
G = 37%
B = 41.2%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6DB9CE (or 0x6DB9CE) is known color: Seagull. HEX triplet: 6D, B9 and CE. RGB value is (109,185,206). Sum of RGB (Red+Green+Blue) = 109+185+206=500 (66% of max value = 765). Red value is 109 (42.97% from 255 or 21.8% from 500); Green value is 185 (72.66% from 255 or 37% from 500); Blue value is 206 (80.86% from 255 or 41.2% from 500); Max value from RGB is 206 - color contains mainly: blue. Hex color #6DB9CE is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6DB9CE is #924631. Grayscale: #A4A4A4. Windows color (decimal): -9586226 or 13547885. OLE color: 13547885.

HSL color Cylindrical-coordinate representation of color #6DB9CE: hue angle of 192.99º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6DB9CE is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 109 185 206 -
CMYK 0.47 0.10 0 0.19
HSL 192.99º 0.5% 0.62% -
HSV(B) 192.99º 0.47% 0.81% -
XYZ 34.8 42.41 64.74 -
YUV 164.67 151.32 88.29 -
System Red Green Blue C M Y K H S L
Decimal 109 185 206 0.47 0.10 0 0.19 192.99 0.5 0.62
Hex 6D B9 CE 2F A 0 13 C1 32 3E
Octal 155 271 316 57 12 0 23 301 62 76
Binary 1101101 10111001 11001110 101111 1010 0 10011 11000001 110010 111110

Color Harmonies of #6DB9CE

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6DB9CE

Black with #6DB9CE

Text Example


Text Example

White with #6DB9CE

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(109,185,206); }

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

background-color css

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

 a { background-color: rgb(109,185,206); }

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

border-color css

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

 span { border-color: rgb(109,185,206); }

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