Html Css Color HEX #6EBECC Seagull

📋 copy color: '#6EBECC'

red 110 ◦ green 190 ◦ blue 204

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

Shades of Seagull #6EBECC

Tints of Seagull #6EBECC

RGB

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

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

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

R = 21.83%
G = 37.7%
B = 40.48%

CMYK

 C value IS 0.46

 M value IS 0.07

 Y value IS 0

 K value IS 0.2

RGB Variations

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

Color information

#6EBECC (or 0x6EBECC) is known color: Seagull. HEX triplet: 6E, BE and CC. RGB value is (110,190,204). Sum of RGB (Red+Green+Blue) = 110+190+204=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 190 (74.61% from 255 or 37.70% from 504); Blue value is 204 (80.08% from 255 or 40.48% from 504); Max value from RGB is 204 - color contains mainly: blue. Hex color #6EBECC is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBECC is #914133. Grayscale: #A7A7A7. Windows color (decimal): -9519412 or 13418094. OLE color: 13418094.

HSL color Cylindrical-coordinate representation of color #6EBECC: hue angle of 188.94º 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 #6EBECC is Cyan = 0.46, Magento = 0.07, Yellow = 0 and Black (K on CMYK) = 0.2.

Color convert

RGB 110 190 204 -
CMYK 0.46 0.07 0 0.2
HSL 188.94º 0.48% 0.62% -
HSV(B) 188.94º 0.46% 0.8% -
XYZ 35.74 44.5 63.83 -
YUV 167.68 148.5 86.86 -
System Red Green Blue C M Y K H S L
Decimal 110 190 204 0.46 0.07 0 0.2 188.94 0.48 0.62
Hex 6E BE CC 2E 7 0 14 BD 30 3E
Octal 156 276 314 56 7 0 24 275 60 76
Binary 1101110 10111110 11001100 101110 111 0 10100 10111101 110000 111110

Color Harmonies of #6EBECC

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBECC

Black with #6EBECC

Text Example


Text Example

White with #6EBECC

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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