Html Css Color HEX #6EBCCC Seagull

📋 copy color: '#6EBCCC'

red 110 ◦ green 188 ◦ blue 204

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

Shades of Seagull #6EBCCC

Tints of Seagull #6EBCCC

RGB

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

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

 BLUE value IS 204 (80.08% from 255) = 40.64%

R = 21.91%
G = 37.45%
B = 40.64%

CMYK

 C value IS 0.46

 M value IS 0.08

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6EBCCC (or 0x6EBCCC) is known color: Seagull. HEX triplet: 6E, BC and CC. RGB value is (110,188,204). Sum of RGB (Red+Green+Blue) = 110+188+204=502 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.91% from 502); Green value is 188 (73.83% from 255 or 37.45% from 502); Blue value is 204 (80.08% from 255 or 40.64% from 502); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EBCCC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBCCC is #914333. Grayscale: #A6A6A6. Windows color (decimal): -9519924 or 13417582. OLE color: 13417582.

HSL color Cylindrical-coordinate representation of color #6EBCCC: hue angle of 190.21º degrees, saturation: 0.48, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.8% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #6EBCCC is Cyan = 0.46, Magento = 0.08, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 110 188 204 -
CMYK 0.46 0.08 0 0.2
HSL 190.21º 0.48% 0.62% -
HSV(B) 190.21º 0.46% 0.8% -
XYZ 35.31 43.64 63.69 -
YUV 166.5 149.16 87.7 -
System Red Green Blue C M Y K H S L
Decimal 110 188 204 0.46 0.08 0 0.2 190.21 0.48 0.62
Hex 6E BC CC 2E 8 0 14 BE 30 3E
Octal 156 274 314 56 10 0 24 276 60 76
Binary 1101110 10111100 11001100 101110 1000 0 10100 10111110 110000 111110

Color Harmonies of #6EBCCC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBCCC

Black with #6EBCCC

Text Example


Text Example

White with #6EBCCC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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