#6FAFD4

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

Shades of Seagull #6FAFD4

Tints of Seagull #6FAFD4

Color information

#6FAFD4 (or 0x6FAFD4) is unknown color: approx Seagull. HEX triplet: 6F, AF and D4. RGB value is (111,175,212). Sum of RGB (Red+Green+Blue) = 111+175+212=498 (65% of max value = 765). Red value is 111 (43.75% from 255 or 22.29% from 498); Green value is 175 (68.75% from 255 or 35.14% from 498); Blue value is 212 (83.20% from 255 or 42.57% from 498); Max value from RGB is 212 - color contains mainly: blue. Hex color #6FAFD4 is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6FAFD4 is #90502B. Grayscale: #9F9F9F. Windows color (decimal): -9457708 or 13938543. OLE color: 13938543.

HSL color Cylindrical-coordinate representation of color #6FAFD4: hue angle of 201.98º degrees, saturation: 0.54, lightness: 0.63%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.48%. Process color model (Four color, CMYK) of #6FAFD4 is Cyan = 0.48, Magento = 0.17, Yellow = 0 and Black (K on CMYK) = 0.17.

Color convert

RGB111175212-
CMYK0.480.1700.17
HSL201.98º54.01%63.33%-
HSV(B)201.98º47.64%83.14%-
XYZ33.7738.7968-
YUV160.08157.392.99-

RGB Variations

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

RGB

RED value IS 111 (43.75% from 255) = 22.29%
GREEN value IS 175 (68.75% from 255) = 35.14%
BLUE value IS 212 (83.20% from 255) = 42.57%
R=22.29%
G=35.14%
B=42.57%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.17
Y (Yellow) values IS 0
K (Black) values IS 0.17
SystemRedGreenBlueCMYKHSL
Decimal1111752120.480.1700.17201.9854.0163.33
Hex6FAFD43011011ca363f
Octal15725732460210213126677
Binary110111110101111110101001100001000101000111001010110110111111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6FAFD4

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(111,175,212); }

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

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

 a { background-color: rgb(111,175,212); }

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

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

 span { border-color: rgb(111,175,212); }

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