Html Css Color HEX #6EBFCF Seagull

📋 copy color: '#6EBFCF'

red 110 ◦ green 191 ◦ blue 207

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

Shades of Seagull #6EBFCF

Tints of Seagull #6EBFCF

RGB

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

 GREEN value IS 191 (75% from 255) = 37.6%

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

R = 21.65%
G = 37.6%
B = 40.75%

CMYK

 C value IS 0.47

 M value IS 0.08

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6EBFCF (or 0x6EBFCF) is known color: Seagull. HEX triplet: 6E, BF and CF. RGB value is (110,191,207). Sum of RGB (Red+Green+Blue) = 110+191+207=508 (67% of max value = 765). Red value is 110 (43.36% from 255 or 21.65% from 508); Green value is 191 (75% from 255 or 37.60% from 508); Blue value is 207 (81.25% from 255 or 40.75% from 508); Max value from RGB is 207 - color contains mainly: blue. Hex color #6EBFCF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6EBFCF is #914030. Grayscale: #A8A8A8. Windows color (decimal): -9519153 or 13614958. OLE color: 13614958.

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

Color convert

RGB 110 191 207 -
CMYK 0.47 0.08 0 0.19
HSL 189.9º 0.5% 0.62% -
HSV(B) 189.9º 0.47% 0.81% -
XYZ 36.32 45.08 65.82 -
YUV 168.61 149.66 86.2 -
System Red Green Blue C M Y K H S L
Decimal 110 191 207 0.47 0.08 0 0.19 189.9 0.5 0.62
Hex 6E BF CF 2F 8 0 13 BE 32 3E
Octal 156 277 317 57 10 0 23 276 62 76
Binary 1101110 10111111 11001111 101111 1000 0 10011 10111110 110010 111110

Color Harmonies of #6EBFCF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6EBFCF

Black with #6EBFCF

Text Example


Text Example

White with #6EBFCF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

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

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

background-color css

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

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

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

border-color css

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

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

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