Html Css Color HEX #6EBBD5 Seagull

📋 copy color: '#6EBBD5'

red 110 ◦ green 187 ◦ blue 213

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

Shades of Seagull #6EBBD5

Tints of Seagull #6EBBD5

RGB

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

 GREEN value IS 187 (73.44% from 255) = 36.67%

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

R = 21.57%
G = 36.67%
B = 41.76%

CMYK

 C value IS 0.48

 M value IS 0.12

 Y value IS 0

 K value IS 0.16

RGB Variations

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

Color information

#6EBBD5 (or 0x6EBBD5) is known color: Seagull. HEX triplet: 6E, BB and D5. RGB value is (110,187,213). Sum of RGB (Red+Green+Blue) = 110+187+213=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 187 (73.44% from 255 or 36.67% from 510); Blue value is 213 (83.59% from 255 or 41.76% from 510); Max value from RGB is 213 - color contains mainly: blue. Hex color #6EBBD5 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBBD5 is #91442A. Grayscale: #A6A6A6. Windows color (decimal): -9520171 or 14007150. OLE color: 14007150.

HSL color Cylindrical-coordinate representation of color #6EBBD5: hue angle of 195.15º 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 #6EBBD5 is Cyan = 0.48, Magento = 0.12, Yellow = 0 and Black (K on CMYK) = 0.16.

Color convert

RGB 110 187 213 -
CMYK 0.48 0.12 0 0.16
HSL 195.15º 0.55% 0.63% -
HSV(B) 195.15º 0.48% 0.84% -
XYZ 36.21 43.66 69.47 -
YUV 166.94 153.99 87.39 -
System Red Green Blue C M Y K H S L
Decimal 110 187 213 0.48 0.12 0 0.16 195.15 0.55 0.63
Hex 6E BB D5 30 C 0 10 C3 37 3F
Octal 156 273 325 60 14 0 20 303 67 77
Binary 1101110 10111011 11010101 110000 1100 0 10000 11000011 110111 111111

Color Harmonies of #6EBBD5

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBBD5

Black with #6EBBD5

Text Example


Text Example

White with #6EBBD5

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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