Html Css Color HEX #6EBFD3 Seagull

📋 copy color: '#6EBFD3'

red 110 ◦ green 191 ◦ blue 211

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

Shades of Seagull #6EBFD3

Tints of Seagull #6EBFD3

RGB

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

 GREEN value IS 191 (75% from 255) = 37.3%

 BLUE value IS 211 (82.81% from 255) = 41.21%

R = 21.48%
G = 37.3%
B = 41.21%

CMYK

 C value IS 0.48

 M value IS 0.09

 Y value IS 0

 K value IS 0.17

RGB Variations

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

Color information

#6EBFD3 (or 0x6EBFD3) is known color: Seagull. HEX triplet: 6E, BF and D3. RGB value is (110,191,211). Sum of RGB (Red+Green+Blue) = 110+191+211=512 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.48% from 512); Green value is 191 (75% from 255 or 37.30% from 512); Blue value is 211 (82.81% from 255 or 41.21% from 512); Max value from RGB is 211 - color contains mainly: blue. Hex color #6EBFD3 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBFD3 is #91402C. Grayscale: #A8A8A8. Windows color (decimal): -9519149 or 13877102. OLE color: 13877102.

HSL color Cylindrical-coordinate representation of color #6EBFD3: hue angle of 191.88º degrees, saturation: 0.53, 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 #6EBFD3 is Cyan = 0.48, Magento = 0.09, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB 110 191 211 -
CMYK 0.48 0.09 0 0.17
HSL 191.88º 0.53% 0.63% -
HSV(B) 191.88º 0.48% 0.83% -
XYZ 36.82 45.28 68.43 -
YUV 169.06 151.66 85.87 -
System Red Green Blue C M Y K H S L
Decimal 110 191 211 0.48 0.09 0 0.17 191.88 0.53 0.63
Hex 6E BF D3 30 9 0 11 C0 35 3F
Octal 156 277 323 60 11 0 21 300 65 77
Binary 1101110 10111111 11010011 110000 1001 0 10001 11000000 110101 111111

Color Harmonies of #6EBFD3

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBFD3

Black with #6EBFD3

Text Example


Text Example

White with #6EBFD3

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,191,211); }

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

background-color css

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

 a { background-color: rgb(110,191,211); }

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

border-color css

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

 span { border-color: rgb(110,191,211); }

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