#6BAFCF

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

Shades of Seagull #6BAFCF

Tints of Seagull #6BAFCF

Color information

#6BAFCF (or 0x6BAFCF) is unknown color: approx Seagull. HEX triplet: 6B, AF and CF. RGB value is (107,175,207). Sum of RGB (Red+Green+Blue) = 107+175+207=489 (64% of max value = 765). Red value is 107 (42.19% from 255 or 21.88% from 489); Green value is 175 (68.75% from 255 or 35.79% from 489); Blue value is 207 (81.25% from 255 or 42.33% from 489); Max value from RGB is 207 - color contains mainly: blue. Hex color #6BAFCF is not a web safe color. Web safe color analog (approx): #6699CC. Inversed color of #6BAFCF is #945030. Grayscale: #9E9E9E. Windows color (decimal): -9719857 or 13610859. OLE color: 13610859.

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

Color convert

RGB107175207-
CMYK0.480.1500.19
HSL199.2º51.02%61.57%-
HSV(B)199.2º48.31%81.18%-
XYZ32.6638.2964.7-
YUV158.32155.4791.4-

RGB Variations

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

RGB

RED value IS 107 (42.19% from 255) = 21.88%
GREEN value IS 175 (68.75% from 255) = 35.79%
BLUE value IS 207 (81.25% from 255) = 42.33%
R=21.88%
G=35.79%
B=42.33%

CMYK

C (Cyan) values IS 0.48
M (Magenta) values IS 0.15
Y (Yellow) values IS 0
K (Black) values IS 0.19
SystemRedGreenBlueCMYKHSL
Decimal1071752070.480.1500.19199.251.0261.57
Hex6BAFCF30F013c7333e
Octal15325731760170233076376
Binary11010111010111111001111110000111101001111000111110011111110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #6BAFCF

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

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

 p { color: rgb(107,175,207); }

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

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

 a { background-color: rgb(107,175,207); }

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

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

 span { border-color: rgb(107,175,207); }

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