#6FA7CC

Color #6FA7CC Seagull (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Seagull #6FA7CC

Tints of Seagull #6FA7CC

Color information

#6FA7CC (or 0x6FA7CC) is unknown color: approx Seagull. HEX triplet: 6F, A7 and CC. RGB value is (111,167,204). Sum of RGB (Red+Green+Blue) = 111+167+204=482 (63% of max value = 765). Red value is 111 (43.75% from 255 or 23.03% from 482); Green value is 167 (65.62% from 255 or 34.65% from 482); Blue value is 204 (80.08% from 255 or 42.32% from 482); Max value from RGB is 204 - color contains mainly: blue. Hex color #6FA7CC is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FA7CC is #905833. Grayscale: #9A9A9A. Windows color (decimal): -9459764 or 13412207. OLE color: 13412207.

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

Color convert

RGB111167204-
CMYK0.460.1800.2
HSL203.87º47.69%61.76%-
HSV(B)203.87º45.59%80%-
XYZ31.2735.3862.31-
YUV154.47155.9596.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 23.03%
GREEN value IS 167 (65.62% from 255) = 34.65%
BLUE value IS 204 (80.08% from 255) = 42.32%
R=23.03%
G=34.65%
B=42.32%

CMYK

C (Cyan) values IS 0.46
M (Magenta) values IS 0.18
Y (Yellow) values IS 0
K (Black) values IS 0.2
SystemRedGreenBlueCMYKHSL
Decimal1111672040.460.1800.2203.8747.6961.76
Hex6FA7CC2E12014cc303e
Octal15724731456220243146076
Binary110111110100111110011001011101001001010011001100110000111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FA7CC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,167,204); }

 H1.HeaderClassName
 {
   color: #6FA7CC;
 }
 .AnyTagClassName
 {
   color: #6FA7CC;
 }
</style>
background-color css

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

 a { background-color: rgb(111,167,204); }

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

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

 span { border-color: rgb(111,167,204); }

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