Html Css Color HEX #6EBEC8 Seagull

📋 copy color: '#6EBEC8'

red 110 ◦ green 190 ◦ blue 200

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

Shades of Seagull #6EBEC8

Tints of Seagull #6EBEC8

RGB

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

 GREEN value IS 190 (74.61% from 255) = 38%

 BLUE value IS 200 (78.52% from 255) = 40%

R = 22%
G = 38%
B = 40%

CMYK

 C value IS 0.45

 M value IS 0.05

 Y value IS 0

 K value IS 0.22

RGB Variations

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

Color information

#6EBEC8 (or 0x6EBEC8) is known color: Seagull. HEX triplet: 6E, BE and C8. RGB value is (110,190,200). Sum of RGB (Red+Green+Blue) = 110+190+200=500 (66% of max value = 765). Red value is 110 (43.36% from 255 or 22% from 500); Green value is 190 (74.61% from 255 or 38% from 500); Blue value is 200 (78.52% from 255 or 40% from 500); Max value from RGB is 200 - color contains mainly: blue. Hex color #6EBEC8 is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBEC8 is #914137. Grayscale: #A7A7A7. Windows color (decimal): -9519416 or 13155950. OLE color: 13155950.

HSL color Cylindrical-coordinate representation of color #6EBEC8: hue angle of 186.67º degrees, saturation: 0.45, lightness: 0.61%. HSV value (or HSB Brightness) of color is 0.78% and HSV saturation: 0.45%. Process color model (Four color, CMYK) of #6EBEC8 is Cyan = 0.45, Magento = 0.05, Yellow = 0 and Black (K on CMYK) = 0.22.

Color convert

RGB 110 190 200 -
CMYK 0.45 0.05 0 0.22
HSL 186.67º 0.45% 0.61% -
HSV(B) 186.67º 0.45% 0.78% -
XYZ 35.27 44.31 61.34 -
YUV 167.22 146.5 87.19 -
System Red Green Blue C M Y K H S L
Decimal 110 190 200 0.45 0.05 0 0.22 186.67 0.45 0.61
Hex 6E BE C8 2D 5 0 16 BB 2D 3D
Octal 156 276 310 55 5 0 26 273 55 75
Binary 1101110 10111110 11001000 101101 101 0 10110 10111011 101101 111101

Color Harmonies of #6EBEC8

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBEC8

Black with #6EBEC8

Text Example


Text Example

White with #6EBEC8

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,190,200); }

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

background-color css

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

 a { background-color: rgb(110,190,200); }

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

border-color css

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

 span { border-color: rgb(110,190,200); }

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