Html Css Color HEX #6EBDD1 Seagull

📋 copy color: '#6EBDD1'

red 110 ◦ green 189 ◦ blue 209

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

Shades of Seagull #6EBDD1

Tints of Seagull #6EBDD1

RGB

 RED value IS 110 (43.36% from 255) = 21.65%

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

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

R = 21.65%
G = 37.2%
B = 41.14%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.18

RGB Variations

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

Color information

#6EBDD1 (or 0x6EBDD1) is known color: Seagull. HEX triplet: 6E, BD and D1. RGB value is (110,189,209). Sum of RGB (Red+Green+Blue) = 110+189+209=508 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.65% from 508); Green value is 189 (74.22% from 255 or 37.20% from 508); Blue value is 209 (82.03% from 255 or 41.14% from 508); Max value from RGB is 209 - color contains mainly: blue. Hex color #6EBDD1 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDD1 is #91422E. Grayscale: #A7A7A7. Windows color (decimal): -9519663 or 13745518. OLE color: 13745518.

HSL color Cylindrical-coordinate representation of color #6EBDD1: hue angle of 192.12º degrees, saturation: 0.52, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EBDD1 is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.18.

Color convert

RGB 110 189 209 -
CMYK 0.47 0.10 0 0.18
HSL 192.12º 0.52% 0.63% -
HSV(B) 192.12º 0.47% 0.82% -
XYZ 36.14 44.31 66.97 -
YUV 167.66 151.33 86.87 -
System Red Green Blue C M Y K H S L
Decimal 110 189 209 0.47 0.10 0 0.18 192.12 0.52 0.63
Hex 6E BD D1 2F A 0 12 C0 34 3F
Octal 156 275 321 57 12 0 22 300 64 77
Binary 1101110 10111101 11010001 101111 1010 0 10010 11000000 110100 111111

Color Harmonies of #6EBDD1

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBDD1

Black with #6EBDD1

Text Example


Text Example

White with #6EBDD1

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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