Html Css Color HEX #6FC4CF Seagull

📋 copy color: '#6FC4CF'

red 111 ◦ green 196 ◦ blue 207

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

Shades of Seagull #6FC4CF

Tints of Seagull #6FC4CF

RGB

 RED value IS 111 (43.75% from 255) = 21.6%

 GREEN value IS 196 (76.95% from 255) = 38.13%

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

R = 21.6%
G = 38.13%
B = 40.27%

CMYK

 C value IS 0.46

 M value IS 0.05

 Y value IS 0

 K value IS 0.19

RGB Variations

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

Color information

#6FC4CF (or 0x6FC4CF) is known color: Seagull. HEX triplet: 6F, C4 and CF. RGB value is (111,196,207). Sum of RGB (Red+Green+Blue) = 111+196+207=514 (68% of max value = 765). Red value is 111 (43.75% from 255 or 21.60% from 514); Green value is 196 (76.95% from 255 or 38.13% from 514); Blue value is 207 (81.25% from 255 or 40.27% from 514); Max value from RGB is 207 - color contains mainly: blue. Hex color #6FC4CF is not a web safe color. Web safe color analog (approx): #66CCCC. Inversed color of #6FC4CF is #903B30. Grayscale: #ABABAB. Windows color (decimal): -9452337 or 13616239. OLE color: 13616239.

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

Color convert

RGB 111 196 207 -
CMYK 0.46 0.05 0 0.19
HSL 186.88º 0.5% 0.62% -
HSV(B) 186.88º 0.46% 0.81% -
XYZ 37.56 47.36 66.19 -
YUV 171.84 147.84 84.61 -
System Red Green Blue C M Y K H S L
Decimal 111 196 207 0.46 0.05 0 0.19 186.88 0.5 0.62
Hex 6F C4 CF 2E 5 0 13 BB 32 3E
Octal 157 304 317 56 5 0 23 273 62 76
Binary 1101111 11000100 11001111 101110 101 0 10011 10111011 110010 111110

Color Harmonies of #6FC4CF

Triadic Colors

Analogous colors

Split complements colors

Complementary color

Monochromatic Colors of #6FC4CF

Black with #6FC4CF

Text Example


Text Example

White with #6FC4CF

Text Example


Text Example

HTML Codes & Css Web design

color css

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

 p { color: rgb(111,196,207); }

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

background-color css

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

 a { background-color: rgb(111,196,207); }

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

border-color css

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

 span { border-color: rgb(111,196,207); }

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