Html Css Color HEX #6EBCD4 Seagull

📋 copy color: '#6EBCD4'

red 110 ◦ green 188 ◦ blue 212

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

Shades of Seagull #6EBCD4

Tints of Seagull #6EBCD4

RGB

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

 GREEN value IS 188 (73.83% from 255) = 36.86%

 BLUE value IS 212 (83.2% from 255) = 41.57%

R = 21.57%
G = 36.86%
B = 41.57%

CMYK

 C value IS 0.48

 M value IS 0.11

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#6EBCD4 (or 0x6EBCD4) is known color: Seagull. HEX triplet: 6E, BC and D4. RGB value is (110,188,212). Sum of RGB (Red+Green+Blue) = 110+188+212=510 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.57% from 510); Green value is 188 (73.83% from 255 or 36.86% from 510); Blue value is 212 (83.20% from 255 or 41.57% from 510); Max value from RGB is 212 - color contains mainly: blue. Hex color #6EBCD4 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCD4 is #91432B. Grayscale: #A7A7A7. Windows color (decimal): -9519916 or 13941870. OLE color: 13941870.

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

Color convert

RGB 110 188 212 -
CMYK 0.48 0.11 0 0.17
HSL 194.12º 0.54% 0.63% -
HSV(B) 194.12º 0.48% 0.83% -
XYZ 36.3 44.03 68.87 -
YUV 167.41 153.16 87.05 -
System Red Green Blue C M Y K H S L
Decimal 110 188 212 0.48 0.11 0 0.17 194.12 0.54 0.63
Hex 6E BC D4 30 B 0 11 C2 36 3F
Octal 156 274 324 60 13 0 21 302 66 77
Binary 1101110 10111100 11010100 110000 1011 0 10001 11000010 110110 111111

Color Harmonies of #6EBCD4

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBCD4

Black with #6EBCD4

Text Example


Text Example

White with #6EBCD4

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,188,212); }

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

background-color css

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

 a { background-color: rgb(110,188,212); }

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

border-color css

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

 span { border-color: rgb(110,188,212); }

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