Html Css Color HEX #6EBBCF Seagull

📋 copy color: '#6EBBCF'

red 110 ◦ green 187 ◦ blue 207

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

Shades of Seagull #6EBBCF

Tints of Seagull #6EBBCF

RGB

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

 GREEN value IS 187 (73.44% from 255) = 37.1%

 BLUE value IS 207 (81.25% from 255) = 41.07%

R = 21.83%
G = 37.1%
B = 41.07%

CMYK

 C value IS 0.47

 M value IS 0.10

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6EBBCF (or 0x6EBBCF) is known color: Seagull. HEX triplet: 6E, BB and CF. RGB value is (110,187,207). Sum of RGB (Red+Green+Blue) = 110+187+207=504 (66% of max value = 765). Red value is 110 (43.36% from 255 or 21.83% from 504); Green value is 187 (73.44% from 255 or 37.10% from 504); Blue value is 207 (81.25% from 255 or 41.07% from 504); Max value from RGB is 207 - color contains mainly: blue. Hex color #6EBBCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBBCF is #914430. Grayscale: #A6A6A6. Windows color (decimal): -9520177 or 13613934. OLE color: 13613934.

HSL color Cylindrical-coordinate representation of color #6EBBCF: hue angle of 192.37º degrees, saturation: 0.5, lightness: 0.62%. HSV value (or HSB Brightness) of color is 0.81% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #6EBBCF is Cyan = 0.47, Magento = 0.10, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 187 207 -
CMYK 0.47 0.10 0 0.19
HSL 192.37º 0.5% 0.62% -
HSV(B) 192.37º 0.47% 0.81% -
XYZ 35.46 43.36 65.53 -
YUV 166.26 150.99 87.87 -
System Red Green Blue C M Y K H S L
Decimal 110 187 207 0.47 0.10 0 0.19 192.37 0.5 0.62
Hex 6E BB CF 2F A 0 13 C0 32 3E
Octal 156 273 317 57 12 0 23 300 62 76
Binary 1101110 10111011 11001111 101111 1010 0 10011 11000000 110010 111110

Color Harmonies of #6EBBCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBBCF

Black with #6EBBCF

Text Example


Text Example

White with #6EBBCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(110,187,207); }

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

background-color css

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

 a { background-color: rgb(110,187,207); }

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

border-color css

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

 span { border-color: rgb(110,187,207); }

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