Html Css Color HEX #6EB5CF Seagull

📋 copy color: '#6EB5CF'

red 110 ◦ green 181 ◦ blue 207

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

Shades of Seagull #6EB5CF

Tints of Seagull #6EB5CF

RGB

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

 GREEN value IS 181 (71.09% from 255) = 36.35%

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

R = 22.09%
G = 36.35%
B = 41.57%

CMYK

 C value IS 0.47

 M value IS 0.13

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6EB5CF (or 0x6EB5CF) is known color: Seagull. HEX triplet: 6E, B5 and CF. RGB value is (110,181,207). Sum of RGB (Red+Green+Blue) = 110+181+207=498 (65% of max value = 765). Red value is 110 (43.36% from 255 or 22.09% from 498); Green value is 181 (71.09% from 255 or 36.35% from 498); Blue value is 207 (81.25% from 255 or 41.57% from 498); Max value from RGB is 207 - color contains mainly: blue. Hex color #6EB5CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EB5CF is #914A30. Grayscale: #A2A2A2. Windows color (decimal): -9521713 or 13612398. OLE color: 13612398.

HSL color Cylindrical-coordinate representation of color #6EB5CF: hue angle of 196.08º 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 #6EB5CF is Cyan = 0.47, Magento = 0.13, Yellow = 0 and Black (K on CMYK) = 0.19.

Color convert

RGB 110 181 207 -
CMYK 0.47 0.13 0 0.19
HSL 196.08º 0.5% 0.62% -
HSV(B) 196.08º 0.47% 0.81% -
XYZ 34.22 40.87 65.12 -
YUV 162.74 152.98 90.39 -
System Red Green Blue C M Y K H S L
Decimal 110 181 207 0.47 0.13 0 0.19 196.08 0.5 0.62
Hex 6E B5 CF 2F D 0 13 C4 32 3E
Octal 156 265 317 57 15 0 23 304 62 76
Binary 1101110 10110101 11001111 101111 1101 0 10011 11000100 110010 111110

Color Harmonies of #6EB5CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EB5CF

Black with #6EB5CF

Text Example


Text Example

White with #6EB5CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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