Html Css Color HEX #6EBDD5 Seagull

📋 copy color: '#6EBDD5'

red 110 ◦ green 189 ◦ blue 213

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

Shades of Seagull #6EBDD5

Tints of Seagull #6EBDD5

RGB

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

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

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

R = 21.48%
G = 36.91%
B = 41.6%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6EBDD5 (or 0x6EBDD5) is known color: Seagull. HEX triplet: 6E, BD and D5. RGB value is (110,189,213). Sum of RGB (Red+Green+Blue) = 110+189+213=512 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.48% from 512); Green value is 189 (74.22% from 255 or 36.91% 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 #6EBDD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBDD5 is #91422A. Grayscale: #A7A7A7. Windows color (decimal): -9519659 or 14007662. OLE color: 14007662.

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

Color convert

RGB 110 189 213 -
CMYK 0.48 0.11 0 0.16
HSL 193.98º 0.55% 0.63% -
HSV(B) 193.98º 0.48% 0.84% -
XYZ 36.64 44.51 69.61 -
YUV 168.12 153.33 86.55 -
System Red Green Blue C M Y K H S L
Decimal 110 189 213 0.48 0.11 0 0.16 193.98 0.55 0.63
Hex 6E BD D5 30 B 0 10 C2 37 3F
Octal 156 275 325 60 13 0 20 302 67 77
Binary 1101110 10111101 11010101 110000 1011 0 10000 11000010 110111 111111

Color Harmonies of #6EBDD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBDD5

Black with #6EBDD5

Text Example


Text Example

White with #6EBDD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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